libmicrohttpd

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

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

mhd_send: fixed order of includes

Diffstat:
Msrc/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 @@ -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" /**