OSDN Git Service

Fixed compilation on OpenBSD.
authorresver@gmail.com <resver@gmail.com@60bc1c72-a15a-11de-b98f-4500b42dc123>
Wed, 15 Jan 2014 17:08:11 +0000 (17:08 +0000)
committerresver@gmail.com <resver@gmail.com@60bc1c72-a15a-11de-b98f-4500b42dc123>
Wed, 15 Jan 2014 17:08:11 +0000 (17:08 +0000)
Signed-off-by: Helg Bredow <xx404@msn.com>
git-svn-id: http://exfat.googlecode.com/svn/trunk@390 60bc1c72-a15a-11de-b98f-4500b42dc123

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>