mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-10 18:28:10 +09:00
tests: Add missing header file to unbreak build on freebsd
Signed-off-by: Jakub Jelen <jjelen@redhat.com> Reviewed-by: Sahana Prasad <sahana@redhat.com>
This commit is contained in:
@@ -10,6 +10,7 @@
|
|||||||
|
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
|
#include <sys/wait.h>
|
||||||
|
|
||||||
static const char template[] = "tmp_XXXXXX";
|
static const char template[] = "tmp_XXXXXX";
|
||||||
static const char input[] = "Test input\0string with null byte";
|
static const char input[] = "Test input\0string with null byte";
|
||||||
|
|||||||
Reference in New Issue
Block a user