Răsfoiți Sursa

mhd_send: fixed order of includes

Evgeny Grin (Karlson2k) 5 ani în urmă
părinte
comite
276535e5ec
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      src/microhttpd/mhd_send.c

+ 1 - 1
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"
 
 
 /**