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
05b706676b
commit
309df62fd9
5 changed files with 5 additions and 0 deletions
|
|
@ -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 a new issue