OSDN Git Service

Handle 64-bit offsets correctly on Android
[android-x86/external-exfat.git] / fuse / main.c
index 6d91fb5..191ae93 100644 (file)
 */
 
 #define FUSE_USE_VERSION 26
+#include <exfat.h>
 #include <fuse.h>
 #include <errno.h>
 #include <fcntl.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
-#include <exfat.h>
 #include <inttypes.h>
 #include <limits.h>
 #include <sys/types.h>