Add #include string.h to get prototypes.

This commit is contained in:
jb 1998-05-09 11:06:46 +00:00
parent eee6720ad6
commit 6f0053bd9d
2 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@
/* makedefs.c - version 1.0.2 */
#include <stdio.h>
#include <string.h>
/* construct definitions of object constants */
#define LINSZ 1000

View File

@ -2,6 +2,7 @@
* fight.c Phantasia monster fighting routines
*/
#include <string.h>
#include "include.h"
/************************************************************************