aboutsummaryrefslogtreecommitdiffstats
path: root/man2/select.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/select.2')
-rw-r--r--man2/select.21
1 files changed, 1 insertions, 0 deletions
diff --git a/man2/select.2 b/man2/select.2
index d60a332ac4..8d348a657b 100644
--- a/man2/select.2
+++ b/man2/select.2
@@ -476,6 +476,7 @@ to a local variable and passing that variable to the system call.
.SH EXAMPLE
.nf
#include <stdio.h>
+#include <stdlib.h>
#include <sys/time.h>
#include <sys/types.h>
#include <unistd.h>