pkgsrc-wip/snotes/patches/patch-main.cpp
Blue Rats a4ffa34a2e Import snotes-1.1.5 as wip/snotes.
Got a ton of little yellow (Post-it) notes on your monitor? Snotes provides a
way of having little note windows on your desktop. Similar to knotes, but
without the KDE-connection and more configurable.
2012-12-17 22:15:49 +00:00

14 lines
327 B
C++

$NetBSD: patch-main.cpp,v 1.1 2012/12/17 22:15:50 othyro Exp $
Needs exit().
--- main.cpp.orig 2005-07-15 18:19:17.000000000 +0000
+++ main.cpp
@@ -4,6 +4,7 @@
**
****************************************************************/
+#include <stdlib.h>
#include <qapplication.h>
#include <qstring.h>
#include <qpixmap.h>