diff options
Diffstat (limited to 'src/microhttpd/test_str_token_remove.c')
-rw-r--r-- | src/microhttpd/test_str_token_remove.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/test_str_token_remove.c b/src/microhttpd/test_str_token_remove.c index af1e7527..8334ba97 100644 --- a/src/microhttpd/test_str_token_remove.c +++ b/src/microhttpd/test_str_token_remove.c @@ -23,9 +23,9 @@ * @author Karlson2k (Evgeny Grin) */ +#include "mhd_options.h" #include <string.h> #include <stdio.h> -#include "mhd_options.h" #include "mhd_str.h" #include "mhd_assert.h" |