summaryrefslogtreecommitdiff
path: root/src/microhttpd/tsearch.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/tsearch.c')
-rw-r--r--src/microhttpd/tsearch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/tsearch.c b/src/microhttpd/tsearch.c
index 0a65ce94..26a5c769 100644
--- a/src/microhttpd/tsearch.c
+++ b/src/microhttpd/tsearch.c
@@ -9,8 +9,8 @@
* Totally public domain.
*/
-#include "tsearch.h"
#include "mhd_options.h"
+#include "tsearch.h"
#ifdef HAVE_STDDEF_H
#include <stddef.h>
#else /* ! HAVE_STDDEF_H */