mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
libc: Add a missing header to a test program.
Usage of dup(), mkstemp() and unlink() needs <unistd.h>.
This commit is contained in:
parent
2214137ab1
commit
b731376e8c
1 changed files with 1 additions and 0 deletions
|
|
@ -40,6 +40,7 @@ __FBSDID("$FreeBSD$");
|
|||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
||||
static void cleanup(void);
|
||||
static char tmpfil[PATH_MAX];
|
||||
|
|
|
|||
Loading…
Reference in a new issue