Skip to content

Commit

Permalink
test.h: sync with upstream
Browse files Browse the repository at this point in the history
upstream commit: 4150ed1c1cce9e71a6b22024b9683ba4f2dc1bec

Unbreak build with GCC on FreeBSD

Signed-off-by: Yuxuan Shui <[email protected]>
  • Loading branch information
yshui committed Nov 11, 2019
1 parent 7328b3f commit 9657d52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions subprojects/test.h/test.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
defined(__NetBSD__) || defined(__OpenBSD__)
#define USE_SYSCTL_FOR_ARGS 1
#include <sys/sysctl.h>
#include <sys/types.h>
#include <unistd.h> // getpid
#endif

Expand Down

0 comments on commit 9657d52

Please sign in to comment.