about summary refs log tree commit diff
path: root/manual/examples/select.c
diff options
context:
space:
mode:
Diffstat (limited to 'manual/examples/select.c')
-rw-r--r--manual/examples/select.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/manual/examples/select.c b/manual/examples/select.c
index def2cd6f9f..a65ed77503 100644
--- a/manual/examples/select.c
+++ b/manual/examples/select.c
@@ -1,4 +1,5 @@
 /*@group*/
+#include <errno.h>
 #include <stdio.h>
 #include <unistd.h>
 #include <sys/types.h>
@@ -6,7 +7,7 @@
 /*@end group*/
 
 /*@group*/
-int 
+int
 input_timeout (int filedes, unsigned int seconds)
 {
   fd_set set;