aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/internal.h')
-rw-r--r--src/microhttpd/internal.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/microhttpd/internal.h b/src/microhttpd/internal.h
index 22187ae5..4f6635b4 100644
--- a/src/microhttpd/internal.h
+++ b/src/microhttpd/internal.h
@@ -27,6 +27,7 @@
27#ifndef INTERNAL_H 27#ifndef INTERNAL_H
28#define INTERNAL_H 28#define INTERNAL_H
29 29
30#include "mhd_options.h"
30#include "platform.h" 31#include "platform.h"
31#include "microhttpd.h" 32#include "microhttpd.h"
32#ifdef HTTPS_SUPPORT 33#ifdef HTTPS_SUPPORT
@@ -35,7 +36,10 @@
35#include <gnutls/abstract.h> 36#include <gnutls/abstract.h>
36#endif 37#endif
37#endif /* HTTPS_SUPPORT */ 38#endif /* HTTPS_SUPPORT */
38#include "mhd_options.h" 39
40#ifdef HAVE_STDBOOL_H
41#include <stdbool.h>
42#endif
39 43
40 44
41#ifdef MHD_PANIC 45#ifdef MHD_PANIC