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.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/include/platform.h b/src/include/platform.h
index ed09fc71..5ec2c16f 100644
--- a/src/include/platform.h
+++ b/src/include/platform.h
@@ -48,11 +48,6 @@
48#include <fcntl.h> 48#include <fcntl.h>
49#include <signal.h> 49#include <signal.h>
50#include <stddef.h> 50#include <stddef.h>
51#ifdef MHD_USE_POSIX_THREADS
52#undef HAVE_CONFIG_H
53#include <pthread.h>
54#define HAVE_CONFIG_H 1
55#endif /* MHD_USE_POSIX_THREADS */
56 51
57/* different OSes have fd_set in 52/* different OSes have fd_set in
58 a broad range of header files; 53 a broad range of header files;