Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/games/acm/files/patch-src_chaser.c
16151 views
1
--- src/chaser.c~ Tue May 12 05:43:03 1998
2
+++ src/chaser.c Sat Nov 24 14:47:05 2001
3
@@ -20,7 +20,11 @@
4
#include "pm.h"
5
#include <X11/Xutil.h>
6
#include <X11/keysym.h>
7
+#ifdef HAVE_STDLIB_H
8
+#include <stdlib.h>
9
+#else
10
#include <malloc.h>
11
+#endif
12
13
#define MAX_MAPPED_STRING_LEN 20
14
#define MAX_POPUP_STRING_LEN 40
15
16