diff options
Diffstat (limited to 'x11/xglobe/patches/patch-ad')
-rw-r--r-- | x11/xglobe/patches/patch-ad | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/xglobe/patches/patch-ad b/x11/xglobe/patches/patch-ad new file mode 100644 index 00000000000..600e52fab5d --- /dev/null +++ b/x11/xglobe/patches/patch-ad @@ -0,0 +1,11 @@ +$NetBSD: patch-ad,v 1.1 2004/01/18 23:27:46 kristerw Exp $ +--- desktopwidget.cpp.orig Mon Jan 19 00:17:43 2004 ++++ desktopwidget.cpp Mon Jan 19 00:18:09 2004 +@@ -18,6 +18,7 @@ + */ + + #include <stdio.h> ++#include <stdlib.h> + #include "desktopwidget.h" + + DesktopWidget::DesktopWidget(QWidget *parent, const char *name) |