Add #include string.h to get prototypes.

This commit is contained in:
John Birrell 1998-05-09 10:59:57 +00:00
parent 22c1ea5a54
commit 5c76d795ab
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=35886
3 changed files with 3 additions and 0 deletions

View file

@ -2,6 +2,7 @@
* interplayer.c - player to player routines for Phantasia
*/
#include <string.h>
#include "include.h"
/************************************************************************

View file

@ -2,6 +2,7 @@
* io.c - input/output routines for Phantasia
*/
#include <string.h>
#include "include.h"
/************************************************************************

View file

@ -2,6 +2,7 @@
* misc.c Phantasia miscellaneous support routines
*/
#include <string.h>
#include "include.h"