mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-15 23:05:49 +01:00
Add #include <string.h> to get prototypes.
This commit is contained in:
parent
05b706676b
commit
309df62fd9
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=33663
@ -37,6 +37,7 @@
|
||||
#include <ctype.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <time.h>
|
||||
#include <unistd.h>
|
||||
|
||||
|
@ -32,6 +32,7 @@
|
||||
*
|
||||
*/
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <sys/types.h>
|
||||
#include <regex.h>
|
||||
#include <sys/param.h>
|
||||
|
@ -37,6 +37,7 @@
|
||||
|
||||
#include <unistd.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "die.h"
|
||||
#include "getdbpath.h"
|
||||
|
@ -31,6 +31,7 @@
|
||||
* makepath.c 20-Oct-97
|
||||
*
|
||||
*/
|
||||
#include <string.h>
|
||||
#include <sys/param.h>
|
||||
#include "makepath.h"
|
||||
/*
|
||||
|
@ -33,6 +33,7 @@
|
||||
*/
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "mgets.h"
|
||||
#include "die.h"
|
||||
|
Loading…
Reference in New Issue
Block a user