Add #include string.h to get prototypes.
This commit is contained in:
parent
386849d36b
commit
47b18310e8
@ -2,6 +2,7 @@
|
||||
/* makedefs.c - version 1.0.2 */
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
/* construct definitions of object constants */
|
||||
#define LINSZ 1000
|
||||
|
@ -2,6 +2,7 @@
|
||||
* fight.c Phantasia monster fighting routines
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
#include "include.h"
|
||||
|
||||
/************************************************************************
|
||||
|
Loading…
Reference in New Issue
Block a user