From 47b18310e8fc653fbd04eaa438b6127c27d84764 Mon Sep 17 00:00:00 2001 From: John Birrell Date: Sat, 9 May 1998 11:06:46 +0000 Subject: [PATCH] Add #include string.h to get prototypes. --- games/hack/makedefs.c | 1 + games/phantasia/fight.c | 1 + 2 files changed, 2 insertions(+) diff --git a/games/hack/makedefs.c b/games/hack/makedefs.c index aa113b9fed8d..1097ba55e117 100644 --- a/games/hack/makedefs.c +++ b/games/hack/makedefs.c @@ -2,6 +2,7 @@ /* makedefs.c - version 1.0.2 */ #include +#include /* construct definitions of object constants */ #define LINSZ 1000 diff --git a/games/phantasia/fight.c b/games/phantasia/fight.c index 93b2d18c995d..54002bfacf87 100644 --- a/games/phantasia/fight.c +++ b/games/phantasia/fight.c @@ -2,6 +2,7 @@ * fight.c Phantasia monster fighting routines */ +#include #include "include.h" /************************************************************************