aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/daemon.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/daemon.c')
-rw-r--r--src/microhttpd/daemon.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c
index c9c0d51c..5e9be378 100644
--- a/src/microhttpd/daemon.c
+++ b/src/microhttpd/daemon.c
@@ -47,11 +47,11 @@
47#include "mhd_align.h" 47#include "mhd_align.h"
48#include "mhd_str.h" 48#include "mhd_str.h"
49 49
50#ifdef HAVE_SEARCH_H 50#ifdef MHD_USE_SYS_TSEARCH
51#include <search.h> 51#include <search.h>
52#else 52#else /* ! MHD_USE_SYS_TSEARCH */
53#include "tsearch.h" 53#include "tsearch.h"
54#endif 54#endif /* ! MHD_USE_SYS_TSEARCH */
55 55
56#ifdef HTTPS_SUPPORT 56#ifdef HTTPS_SUPPORT
57#include "connection_https.h" 57#include "connection_https.h"