summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Userland/Libraries/LibC/sys/select.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/Libraries/LibC/sys/select.h b/Userland/Libraries/LibC/sys/select.h
index d1a3f47ecc..57a61cc145 100644
--- a/Userland/Libraries/LibC/sys/select.h
+++ b/Userland/Libraries/LibC/sys/select.h
@@ -10,6 +10,7 @@
#include <signal.h>
#include <string.h>
#include <sys/cdefs.h>
+#include <sys/time.h>
#include <sys/types.h>
__BEGIN_DECLS