summaryrefslogtreecommitdiffstats
path: root/games/atc/main.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/main.c
parent2289cf3713e5c2a45d9e037ee71385acc41aeb73 (diff)
downloadFreeBSD-src-f7925067dfdf7526924abb40d5d1ae00cebd968d.zip
FreeBSD-src-f7925067dfdf7526924abb40d5d1ae00cebd968d.tar.gz
Add #include string.h to get prototypes.
Diffstat (limited to 'games/atc/main.c')
-rw-r--r--games/atc/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/games/atc/main.c b/games/atc/main.c
index 4f4eddb..a156536 100644
--- a/games/atc/main.c
+++ b/games/atc/main.c
@@ -53,6 +53,7 @@ static char copyright[] =
static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 5/31/93";
#endif /* not lint */
+#include <string.h>
#include "include.h"
#include "pathnames.h"
OpenPOWER on IntegriCloud