summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--games/phantasia/interplayer.c1
-rw-r--r--games/phantasia/io.c1
-rw-r--r--games/phantasia/misc.c1
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"
OpenPOWER on IntegriCloud