aboutsummaryrefslogtreecommitdiff
path: root/src/include/platform.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/platform.h')
-rw-r--r--src/include/platform.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/platform.h b/src/include/platform.h
index 1252487b..a8cdb92c 100644
--- a/src/include/platform.h
+++ b/src/include/platform.h
@@ -46,6 +46,7 @@
46 46
47#include <stdio.h> 47#include <stdio.h>
48#include <stdlib.h> 48#include <stdlib.h>
49#include <stdint.h>
49#include <string.h> 50#include <string.h>
50#include <unistd.h> 51#include <unistd.h>
51#include <stdarg.h> 52#include <stdarg.h>
@@ -54,7 +55,7 @@
54#include <signal.h> 55#include <signal.h>
55#include <pthread.h> 56#include <pthread.h>
56 57
57/* different OSes have size_t, fd_set in 58/* different OSes have fd_set in
58 a broad range of header files; 59 a broad range of header files;
59 we just include most of them (if they 60 we just include most of them (if they
60 are available) */ 61 are available) */