OSDN Git Service

Fix compilation on GNU/HURD.
authorrelan <relan@users.noreply.github.com>
Sat, 16 Dec 2017 12:46:13 +0000 (15:46 +0300)
committerrelan <relan@users.noreply.github.com>
Sat, 16 Dec 2017 12:46:13 +0000 (15:46 +0300)
libexfat/io.c

index 318674d..16fa374 100644 (file)
@@ -35,8 +35,9 @@
 #include <sys/disklabel.h>
 #include <sys/dkio.h>
 #include <sys/ioctl.h>
-#endif
+#elif __linux__
 #include <sys/mount.h>
+#endif
 
 struct exfat_dev
 {