diff options
| author | John Birrell <jb@FreeBSD.org> | 1998-05-09 10:59:57 +0000 |
|---|---|---|
| committer | John Birrell <jb@FreeBSD.org> | 1998-05-09 10:59:57 +0000 |
| commit | 5c76d795ab71e013cc9bb915a1e6acb7648c2488 (patch) | |
| tree | 4eb167a80716defd74f97606ca1720eedda991e8 | |
| parent | 22c1ea5a54d0bad1623123e584f14ca64d56873e (diff) | |
Notes
| -rw-r--r-- | games/phantasia/interplayer.c | 1 | ||||
| -rw-r--r-- | games/phantasia/io.c | 1 | ||||
| -rw-r--r-- | games/phantasia/misc.c | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/games/phantasia/interplayer.c b/games/phantasia/interplayer.c index 7c023d945624..542674cba6b5 100644 --- a/games/phantasia/interplayer.c +++ b/games/phantasia/interplayer.c @@ -2,6 +2,7 @@ * interplayer.c - player to player routines for Phantasia */ +#include <string.h> #include "include.h" /************************************************************************ diff --git a/games/phantasia/io.c b/games/phantasia/io.c index 7736531c9914..42f5a1d76059 100644 --- a/games/phantasia/io.c +++ b/games/phantasia/io.c @@ -2,6 +2,7 @@ * io.c - input/output routines for Phantasia */ +#include <string.h> #include "include.h" /************************************************************************ diff --git a/games/phantasia/misc.c b/games/phantasia/misc.c index 133bdfbdc860..bcc1f85942e3 100644 --- a/games/phantasia/misc.c +++ b/games/phantasia/misc.c @@ -2,6 +2,7 @@ * misc.c Phantasia miscellaneous support routines */ +#include <string.h> #include "include.h" |
