aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/sys_select_test.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/sys_select_test.cpp b/tests/sys_select_test.cpp
index 5252e6bf7..c1732ee29 100644
--- a/tests/sys_select_test.cpp
+++ b/tests/sys_select_test.cpp
@@ -20,6 +20,8 @@
#include <signal.h>
#include <stdlib.h>
#include <sys/select.h>
+#include <sys/types.h>
+#include <sys/wait.h>
TEST(sys_select, fd_set_smoke) {
fd_set fds;