freebsd-ports/deskutils/plan/files/patch-aa
2003-03-23 23:23:59 +00:00

14 lines
289 B
Text

--- servmenu.c.orig Tue Mar 2 14:02:17 1999
+++ servmenu.c Fri Mar 29 11:24:14 2002
@@ -8,7 +8,11 @@
#include <stdio.h>
#include <time.h>
+#ifndef STDLIBMALLOC
#include <malloc.h>
+#else
+#include <stdlib.h>
+#endif
#include <Xm/Xm.h>
#include <Xm/DialogS.h>
#include <Xm/Form.h>