diff options
Diffstat (limited to 'games')
-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 7c023d9..542674c 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 7736531..42f5a1d 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 133bdfb..bcc1f85 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" |