1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/games/xsoldier/files/patch-ab

15 lines
244 B
Plaintext
Raw Normal View History

--- 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>