mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
15 lines
244 B
Plaintext
15 lines
244 B
Plaintext
|
--- manage.c.orig Sun Feb 16 11:23:59 1997
|
||
|
+++ manage.c Sun Feb 16 11:25:13 1997
|
||
|
@@ -8,7 +8,11 @@
|
||
|
|
||
|
#include <stdio.h>
|
||
|
#include <stdlib.h>
|
||
|
+
|
||
|
+#ifndef __FreeBSD__
|
||
|
#include <malloc.h>
|
||
|
+#endif
|
||
|
+
|
||
|
#include <X11/Xlib.h>
|
||
|
#include <X11/Xutil.h>
|
||
|
|