OSDN Git Service

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