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:
Jakub Jelen
2025-07-21 21:15:15 +02:00
parent 1ea1782036
commit 82c8bbc504

View File

@@ -10,6 +10,7 @@
#include <fcntl.h>
#include <sys/stat.h>
#include <sys/wait.h>
static const char template[] = "tmp_XXXXXX";
static const char input[] = "Test input\0string with null byte";