OSDN Git Service

Include local headers before system headers.
[android-x86/external-exfat.git] / mkfs / mkexfat.c
index cd164e9..4b7a344 100644 (file)
        51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 */
 
+#include "mkexfat.h"
 #include <sys/types.h>
 #include <unistd.h>
 #include <inttypes.h>
 #include <stdio.h>
 #include <string.h>
-#include "mkexfat.h"
 
 static int check_size(off_t volume_size)
 {