summaryrefslogtreecommitdiffstats
path: root/games/atc/graphics.c
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>1998-05-09 08:46:53 +0000
committerjb <jb@FreeBSD.org>1998-05-09 08:46:53 +0000
commitf7925067dfdf7526924abb40d5d1ae00cebd968d (patch)
tree141334597ec959012ed0257893a15c5ddd0ead95 /games/atc/graphics.c
parent2289cf3713e5c2a45d9e037ee71385acc41aeb73 (diff)
downloadFreeBSD-src-f7925067dfdf7526924abb40d5d1ae00cebd968d.zip
FreeBSD-src-f7925067dfdf7526924abb40d5d1ae00cebd968d.tar.gz
Add #include string.h to get prototypes.
Diffstat (limited to 'games/atc/graphics.c')
-rw-r--r--games/atc/graphics.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/games/atc/graphics.c b/games/atc/graphics.c
index 7503b26..e7a34bf 100644
--- a/games/atc/graphics.c
+++ b/games/atc/graphics.c
@@ -47,6 +47,7 @@
static char sccsid[] = "@(#)graphics.c 8.1 (Berkeley) 5/31/93";
#endif /* not lint */
+#include <string.h>
#include "include.h"
#ifdef SYSV
#include <errno.h>
OpenPOWER on IntegriCloud