aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/test_upgrade.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/test_upgrade.c')
-rw-r--r--src/microhttpd/test_upgrade.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/test_upgrade.c b/src/microhttpd/test_upgrade.c
index 68ff20df..710af1a4 100644
--- a/src/microhttpd/test_upgrade.c
+++ b/src/microhttpd/test_upgrade.c
@@ -25,6 +25,7 @@
25 * @author Karlson2k (Evgeny Grin) 25 * @author Karlson2k (Evgeny Grin)
26 */ 26 */
27 27
28#include "mhd_options.h"
28#include <stdlib.h> 29#include <stdlib.h>
29#include <string.h> 30#include <string.h>
30#include <stdio.h> 31#include <stdio.h>
@@ -34,7 +35,6 @@
34#ifndef WINDOWS 35#ifndef WINDOWS
35#include <unistd.h> 36#include <unistd.h>
36#endif 37#endif
37#include "mhd_options.h"
38#ifdef HAVE_STDBOOL_H 38#ifdef HAVE_STDBOOL_H
39#include <stdbool.h> 39#include <stdbool.h>
40#endif /* HAVE_STDBOOL_H */ 40#endif /* HAVE_STDBOOL_H */