gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [libmicrohttpd] 01/03: Fixed precompiler warning for tests


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] 01/03: Fixed precompiler warning for tests
Date: Thu, 01 Dec 2016 15:42:35 +0100

This is an automated email from the git hooks/post-receive script.

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit 5bbf69f67d4d1c386d7ec4cd0b359f038a73fee2
Author: Evgeny Grin (Karlson2k) <address@hidden>
AuthorDate: Sun Nov 27 00:05:19 2016 +0300

    Fixed precompiler warning for tests
---
 src/microhttpd/test_str.c     | 2 +-
 src/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
index ae94917..3f92130 100644
--- 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
index 68ff20d..710af1a 100644
--- 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 */

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]