Add #include string.h to get prototypes.

This commit is contained in:
John Birrell 1998-05-09 11:06:46 +00:00
parent 386849d36b
commit 47b18310e8
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"
/************************************************************************