mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Revert accidiental removal of string.h inclusion.
This commit is contained in:
parent
bee48028f0
commit
fcd2f9fe54
1 changed files with 1 additions and 0 deletions
|
|
@ -41,6 +41,7 @@ __FBSDID("$FreeBSD$");
|
|||
#include <unistd.h>
|
||||
#include <errno.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
char *
|
||||
getwd(char *buf)
|
||||
|
|
|
|||
Loading…
Reference in a new issue