We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cb78341 + 21f3513 commit 7765128Copy full SHA for 7765128
1 file changed
tests/api.c
@@ -52,7 +52,7 @@
52
53
#include <stdlib.h>
54
55
-#ifdef __linux__
+#if defined(__linux__) || defined(__FreeBSD__)
56
#include <unistd.h>
57
#include <sys/wait.h>
58
#endif
0 commit comments