mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-12 09:58:36 +00:00
Add #include string.h to get prototypes.
This commit is contained in:
parent
22c1ea5a54
commit
5c76d795ab
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=35886
@ -2,6 +2,7 @@
|
||||
* interplayer.c - player to player routines for Phantasia
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
#include "include.h"
|
||||
|
||||
/************************************************************************
|
||||
|
@ -2,6 +2,7 @@
|
||||
* io.c - input/output routines for Phantasia
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
#include "include.h"
|
||||
|
||||
/************************************************************************
|
||||
|
@ -2,6 +2,7 @@
|
||||
* misc.c Phantasia miscellaneous support routines
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
#include "include.h"
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user