Merge pull request #225 from mistoll/master
[mono.git] / support / sys-sendfile.c
index 0a6c7f6d59fb9c2b02580adec0fbcc257e05e89d..0750efbbdfc3c65d7751ab8c9b1abfdf43005caf 100644 (file)
 #include <sys/types.h>
 #include <errno.h>
 
+#include "map.h"
+#include "mph.h"
+
 #ifdef HAVE_SYS_SENDFILE_H
 #include <sys/sendfile.h>
 #endif /* ndef HAVE_SYS_SENDFILE_H */
 
-#include "mph.h"
-
 G_BEGIN_DECLS
 
 #ifdef HAVE_SENDFILE