OSDN Git Service

Fix compilation on OpenBSD.
authorrelan <relan@users.noreply.github.com>
Wed, 15 Jan 2014 17:08:11 +0000 (17:08 +0000)
committerrelan <relan@users.noreply.github.com>
Mon, 24 Aug 2015 05:26:16 +0000 (08:26 +0300)
Signed-off-by: Helg Bredow <xx404@msn.com>
libexfat/io.c

index 8c7e2b7..2bdfc43 100644 (file)
@@ -24,7 +24,6 @@
 #include <inttypes.h>
 #include <sys/types.h>
 #include <sys/stat.h>
-#include <sys/mount.h>
 #include <fcntl.h>
 #include <unistd.h>
 #include <string.h>
@@ -37,6 +36,7 @@
 #include <sys/dkio.h>
 #include <sys/ioctl.h>
 #endif
+#include <sys/mount.h>
 #ifdef USE_UBLIO
 #include <sys/uio.h>
 #include <ublio.h>