diff options
author | jb <jb@FreeBSD.org> | 1998-05-09 11:06:46 +0000 |
---|---|---|
committer | jb <jb@FreeBSD.org> | 1998-05-09 11:06:46 +0000 |
commit | 6f0053bd9d3bd29bc4e95864aaaf86adcdee0fbb (patch) | |
tree | e61cc853857c086f5929fbaceffbb45e34349d60 /games/phantasia | |
parent | eee6720ad6008af62fc00167df79f7a65f97579f (diff) | |
download | FreeBSD-src-6f0053bd9d3bd29bc4e95864aaaf86adcdee0fbb.zip FreeBSD-src-6f0053bd9d3bd29bc4e95864aaaf86adcdee0fbb.tar.gz |
Add #include string.h to get prototypes.
Diffstat (limited to 'games/phantasia')
-rw-r--r-- | games/phantasia/fight.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/phantasia/fight.c b/games/phantasia/fight.c index 93b2d18..54002bf 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" /************************************************************************ |