From a0da8cd03483b4b7a999a28d28ec040c125da69b Mon Sep 17 00:00:00 2001 From: jb Date: Sat, 9 May 1998 10:59:57 +0000 Subject: Add #include string.h to get prototypes. --- games/phantasia/interplayer.c | 1 + games/phantasia/io.c | 1 + games/phantasia/misc.c | 1 + 3 files changed, 3 insertions(+) (limited to 'games') 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 #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 #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 #include "include.h" -- cgit v1.1