aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/mhd_threads.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/mhd_threads.c')
-rw-r--r--src/microhttpd/mhd_threads.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/microhttpd/mhd_threads.c b/src/microhttpd/mhd_threads.c
index 3a63cff1..52aba875 100644
--- a/src/microhttpd/mhd_threads.c
+++ b/src/microhttpd/mhd_threads.c
@@ -30,7 +30,9 @@
30#include <process.h> 30#include <process.h>
31#endif 31#endif
32#ifdef MHD_USE_THREAD_NAME_ 32#ifdef MHD_USE_THREAD_NAME_
33#ifdef HAVE_STDLIB_H
33#include <stdlib.h> 34#include <stdlib.h>
35#endif /* HAVE_STDLIB_H */
34#ifdef HAVE_PTHREAD_NP_H 36#ifdef HAVE_PTHREAD_NP_H
35#include <pthread_np.h> 37#include <pthread_np.h>
36#endif /* HAVE_PTHREAD_NP_H */ 38#endif /* HAVE_PTHREAD_NP_H */