mirror of
https://github.com/opnsense/src.git
synced 2026-06-14 19:20:18 -04:00
Change incorrect strings.h to more correct string.h to pick up
declarations for strlcpy, strlen, strmp and strcpy.
This commit is contained in:
parent
10aea17ec2
commit
87ddbe28e8
2 changed files with 2 additions and 2 deletions
|
|
@ -50,7 +50,7 @@ static const char rcsid[] =
|
|||
|
||||
#include <err.h>
|
||||
#include <stdlib.h>
|
||||
#include <strings.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#define TSPTYPES
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@ static const char rcsid[] =
|
|||
#include <setjmp.h>
|
||||
#include <signal.h>
|
||||
#include <stdlib.h>
|
||||
#include <strings.h>
|
||||
#include <string.h>
|
||||
#include <syslog.h>
|
||||
#include <unistd.h>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue