libc: Add a missing header to a test program.
Usage of dup(), mkstemp() and unlink() needs <unistd.h>.
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user