diff --git a/test/script_helpers_tests.c b/test/script_helpers_tests.c index 51d2871..b1b0e37 100644 --- a/test/script_helpers_tests.c +++ b/test/script_helpers_tests.c @@ -1,3 +1,5 @@ +#define _NETBSD_SOURCE 1 + #include #if YACHTROCK_HAS_SCRIPT_HELPERS @@ -8,6 +10,7 @@ #include #include #include +#include #include "yrtests.h"