libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit 5bbf69f67d4d1c386d7ec4cd0b359f038a73fee2
parent 8d1d0b8ff813b0b813d8dbdf693006dcc34ad089
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Sun, 27 Nov 2016 00:05:19 +0300

Fixed precompiler warning for tests

Diffstat:
Msrc/microhttpd/test_str.c | 2+-
Msrc/microhttpd/test_upgrade.c | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/microhttpd/test_str.c b/src/microhttpd/test_str.c @@ -23,10 +23,10 @@ * @author Karlson2k (Evgeny Grin) */ +#include "mhd_options.h" #include <stdio.h> #include <locale.h> #include <string.h> -#include "mhd_options.h" #ifdef HAVE_INTTYPES_H #include <inttypes.h> #else /* ! HAVE_INTTYPES_H */ diff --git a/src/microhttpd/test_upgrade.c b/src/microhttpd/test_upgrade.c @@ -25,6 +25,7 @@ * @author Karlson2k (Evgeny Grin) */ +#include "mhd_options.h" #include <stdlib.h> #include <string.h> #include <stdio.h> @@ -34,7 +35,6 @@ #ifndef WINDOWS #include <unistd.h> #endif -#include "mhd_options.h" #ifdef HAVE_STDBOOL_H #include <stdbool.h> #endif /* HAVE_STDBOOL_H */