summaryrefslogtreecommitdiffstats
path: root/man/man3/pthread_create.3
diff options
context:
space:
mode:
Diffstat (limited to 'man/man3/pthread_create.3')
-rw-r--r--man/man3/pthread_create.31
1 files changed, 1 insertions, 0 deletions
diff --git a/man/man3/pthread_create.3 b/man/man3/pthread_create.3
index fd6253bf4..793939b7f 100644
--- a/man/man3/pthread_create.3
+++ b/man/man3/pthread_create.3
@@ -257,6 +257,7 @@ Joined with thread 3; returned value was SERVUS
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <sys/types.h>
#include <unistd.h>
\&
#define handle_error_en(en, msg) \e