diff options
author | jb <jb@FreeBSD.org> | 1998-05-09 10:10:52 +0000 |
---|---|---|
committer | jb <jb@FreeBSD.org> | 1998-05-09 10:10:52 +0000 |
commit | 2228191bb8eae7e6455cac39d7f39795db6b3435 (patch) | |
tree | 35c44dc5c793a3c195bd6b725970cf1c6872ccdf /games/robots | |
parent | 50ed7e732dd016ba1a1860e4161ab104aa1e1c62 (diff) | |
download | FreeBSD-src-2228191bb8eae7e6455cac39d7f39795db6b3435.zip FreeBSD-src-2228191bb8eae7e6455cac39d7f39795db6b3435.tar.gz |
Add #include string.h to get prototypes.
Diffstat (limited to 'games/robots')
-rw-r--r-- | games/robots/init_field.c | 1 | ||||
-rw-r--r-- | games/robots/query.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/games/robots/init_field.c b/games/robots/init_field.c index 94507f2..888082c 100644 --- a/games/robots/init_field.c +++ b/games/robots/init_field.c @@ -35,6 +35,7 @@ static char sccsid[] = "@(#)init_field.c 8.1 (Berkeley) 5/31/93"; #endif /* not lint */ +#include <string.h> # include "robots.h" /* diff --git a/games/robots/query.c b/games/robots/query.c index 517c6f5..c01def4 100644 --- a/games/robots/query.c +++ b/games/robots/query.c @@ -35,6 +35,7 @@ static char sccsid[] = "@(#)query.c 8.1 (Berkeley) 5/31/93"; #endif /* not lint */ +#include <string.h> # include "robots.h" /* |