gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] branch master updated: mhd_send: fixed order of includes


From: gnunet
Subject: [libmicrohttpd] branch master updated: mhd_send: fixed order of includes
Date: Wed, 21 Oct 2020 18:38:19 +0200

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

The following commit(s) were added to refs/heads/master by this push:
     new 276535e5 mhd_send: fixed order of includes
276535e5 is described below

commit 276535e5ec0fc9eb13d6821cdacf6c297fdd8c09
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Wed Oct 21 19:31:01 2020 +0300

    mhd_send: fixed order of includes
---
 src/microhttpd/mhd_send.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/microhttpd/mhd_send.c b/src/microhttpd/mhd_send.c
index 50fa5483..006525d2 100644
--- a/src/microhttpd/mhd_send.c
+++ b/src/microhttpd/mhd_send.c
@@ -36,6 +36,7 @@
  * and every place where sendfile(), sendfile64(), setsockopt()
  * are used. */
 
+#include "mhd_send.h"
 #ifdef MHD_LINUX_SOLARIS_SENDFILE
 #include <sys/sendfile.h>
 #endif /* MHD_LINUX_SOLARIS_SENDFILE */
@@ -48,7 +49,6 @@
 /* For FreeBSD version identification */
 #include <sys/param.h>
 #endif /* HAVE_SYS_PARAM_H */
-#include "mhd_send.h"
 
 
 /**

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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