diff options
| -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" |
