OSDN Git Service

Handle 64-bit offsets correctly on Android
[android-x86/external-exfat.git] / fsck / main.c
index f6ba4fd..104b8af 100644 (file)
@@ -18,9 +18,9 @@
        along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
+#include <exfat.h>
 #include <stdio.h>
 #include <string.h>
-#include <exfat.h>
 #include <exfatfs.h>
 #include <inttypes.h>
 #include <unistd.h>