aboutsummaryrefslogtreecommitdiff
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 @@
9 * Totally public domain. 9 * Totally public domain.
10 */ 10 */
11 11
12#include "tsearch.h"
13#include "mhd_options.h" 12#include "mhd_options.h"
13#include "tsearch.h"
14#ifdef HAVE_STDDEF_H 14#ifdef HAVE_STDDEF_H
15#include <stddef.h> 15#include <stddef.h>
16#else /* ! HAVE_STDDEF_H */ 16#else /* ! HAVE_STDDEF_H */