summaryrefslogtreecommitdiffstats
path: root/man/man2/poll.2
diff options
context:
space:
mode:
Diffstat (limited to 'man/man2/poll.2')
-rw-r--r--man/man2/poll.21
1 files changed, 1 insertions, 0 deletions
diff --git a/man/man2/poll.2 b/man/man2/poll.2
index f1a5a9795..4472baf3e 100644
--- a/man/man2/poll.2
+++ b/man/man2/poll.2
@@ -563,6 +563,7 @@ at which point the file descriptor was closed and the program terminated.
#include <poll.h>
#include <stdio.h>
#include <stdlib.h>
+#include <sys/types.h>
#include <unistd.h>
\&
#define errExit(msg) do { perror(msg); exit(EXIT_FAILURE); \e