summaryrefslogtreecommitdiffstats
path: root/man/man2/select_tut.2
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--man/man2/select_tut.2 (renamed from man2/select_tut.2)3
1 files changed, 2 insertions, 1 deletions
diff --git a/man2/select_tut.2 b/man/man2/select_tut.2
index cbb6953..e99ea05 100644
--- a/man2/select_tut.2
+++ b/man/man2/select_tut.2
@@ -9,7 +9,7 @@
.\" various other changes
.\" 2008-01-26, mtk, substantial changes and rewrites
.\"
-.TH SELECT_TUT 2 2023-10-31 "Linux man-pages 6.7"
+.TH SELECT_TUT 2 2024-05-02 "Linux man-pages (unreleased)"
.SH NAME
select, pselect \- synchronous I/O multiplexing
.SH LIBRARY
@@ -344,6 +344,7 @@ from one TCP port to another.
#include <string.h>
#include <sys/select.h>
#include <sys/socket.h>
+#include <sys/types.h>
#include <unistd.h>
\&
static int forward_port;