mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
15 lines
289 B
Plaintext
15 lines
289 B
Plaintext
--- 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>
|