mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add #include string.h to get prototypes.
This commit is contained in:
parent
386849d36b
commit
47b18310e8
2 changed files with 2 additions and 0 deletions
|
|
@ -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 a new issue