NetBSD test fixes

This commit is contained in:
Conor Hughes 2023-05-09 09:58:49 -07:00
parent e5c8790d7b
commit 0d4d3954da
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,5 @@
#define _NETBSD_SOURCE 1
#include <yachtrock/script_helpers.h>
#if YACHTROCK_HAS_SCRIPT_HELPERS
@ -8,6 +10,7 @@
#include <sys/wait.h>
#include <limits.h>
#include <unistd.h>
#include <stdlib.h>
#include "yrtests.h"