diff options
| author | John Birrell <jb@FreeBSD.org> | 1998-05-09 11:06:46 +0000 |
|---|---|---|
| committer | John Birrell <jb@FreeBSD.org> | 1998-05-09 11:06:46 +0000 |
| commit | 47b18310e8fc653fbd04eaa438b6127c27d84764 (patch) | |
| tree | 47195c1789b34ab8dfd80738058baaa50ab36fa5 | |
| parent | 386849d36bd9cfa2bc62f9a6a530cc10c9d15569 (diff) | |
Notes
| -rw-r--r-- | games/hack/makedefs.c | 1 | ||||
| -rw-r--r-- | games/phantasia/fight.c | 1 |
2 files changed, 2 insertions, 0 deletions
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 <stdio.h> +#include <string.h> /* 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 <string.h> #include "include.h" /************************************************************************ |
