summaryrefslogtreecommitdiffstats
path: root/games/hack
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>1998-05-09 11:06:46 +0000
committerjb <jb@FreeBSD.org>1998-05-09 11:06:46 +0000
commit6f0053bd9d3bd29bc4e95864aaaf86adcdee0fbb (patch)
treee61cc853857c086f5929fbaceffbb45e34349d60 /games/hack
parenteee6720ad6008af62fc00167df79f7a65f97579f (diff)
downloadFreeBSD-src-6f0053bd9d3bd29bc4e95864aaaf86adcdee0fbb.zip
FreeBSD-src-6f0053bd9d3bd29bc4e95864aaaf86adcdee0fbb.tar.gz
Add #include string.h to get prototypes.
Diffstat (limited to 'games/hack')
-rw-r--r--games/hack/makedefs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/games/hack/makedefs.c b/games/hack/makedefs.c
index aa113b9..1097ba5 100644
--- a/games/hack/makedefs.c
+++ b/games/hack/makedefs.c
@@ -2,6 +2,7 @@
/* makedefs.c - version 1.0.2 */
#include <stdio.h>
+#include <string.h>
/* construct definitions of object constants */
#define LINSZ 1000
OpenPOWER on IntegriCloud