gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libmicrohttpd] 02/03: mhd_byteorder.h: narrow down include


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] 02/03: mhd_byteorder.h: narrow down includes
Date: Wed, 17 Apr 2019 19:45:42 +0200

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit aec7a30459ff5b87939fdda1edb9558f54cd2b50
Author: Evgeny Grin (Karlson2k) <address@hidden>
AuthorDate: Wed Apr 17 16:32:14 2019 +0300

    mhd_byteorder.h: narrow down includes
---
 src/microhttpd/mhd_byteorder.h | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/microhttpd/mhd_byteorder.h b/src/microhttpd/mhd_byteorder.h
index 66689804..f053aa0e 100644
--- a/src/microhttpd/mhd_byteorder.h
+++ b/src/microhttpd/mhd_byteorder.h
@@ -26,7 +26,9 @@
 #ifndef MHD_BYTEORDER_H
 #define MHD_BYTEORDER_H
 
-#include "platform.h"
+#include "mhd_options.h"
+
+#include <stdint.h>
 
 #if HAVE_ENDIAN_H
 #include <endian.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]