OSDN Git Service

Handle 64-bit offsets correctly on Android
[android-x86/external-exfat.git] / mkfs / vbr.c
index ce7a3bf..42c70f4 100644 (file)
        along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include <string.h>
 #include "vbr.h"
 #include "fat.h"
 #include "cbm.h"
 #include "uct.h"
 #include "rootdir.h"
+#include <string.h>
 
 static off_t vbr_alignment(void)
 {