(qt-1 doesn't seem to build with recent gcc). Patch based on PR 23443 submitted by Ron Roskens
12 lines
243 B
Text
12 lines
243 B
Text
$NetBSD: patch-ad,v 1.2 2004/07/06 22:08:17 hubertf Exp $
|
|
|
|
--- desktopwidget.cpp.orig 1998-12-09 19:15:52.000000000 +0100
|
|
+++ desktopwidget.cpp
|
|
@@ -17,6 +17,7 @@
|
|
*
|
|
*/
|
|
|
|
+#include <cstdlib>
|
|
#include <stdio.h>
|
|
#include "desktopwidget.h"
|
|
|