summaryrefslogtreecommitdiffstats
path: root/games/acm/files/patch-src_chaser.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/acm/files/patch-src_chaser.c')
-rw-r--r--games/acm/files/patch-src_chaser.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/games/acm/files/patch-src_chaser.c b/games/acm/files/patch-src_chaser.c
new file mode 100644
index 0000000..3401ced
--- /dev/null
+++ b/games/acm/files/patch-src_chaser.c
@@ -0,0 +1,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