summaryrefslogtreecommitdiffstats
path: root/games/acm/files/patch-06
blob: 3401cedee8168af4b42a076dcf09b3d824ce24c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- src/chaser.c~	Tue May 12 05:43:03 1998
+++ src/chaser.c	Sat Nov 24 14:47:05 2001
@@ -20,7 +20,11 @@
 #include "pm.h"
 #include <X11/Xutil.h>
 #include <X11/keysym.h>
+#ifdef HAVE_STDLIB_H
+#include <stdlib.h>
+#else
 #include <malloc.h>
+#endif
 
 #define MAX_MAPPED_STRING_LEN	20
 #define MAX_POPUP_STRING_LEN	40
OpenPOWER on IntegriCloud