X-Git-Url: http://git.sven.stormbind.net/?p=sven%2Fexfat-utils.git;a=blobdiff_plain;f=mkfs%2Ffat.c;h=c70dc863705d1463a9c37f02afce248c8537254b;hp=ff42bcebce155744e2afaa960ccd8995b44ba544;hb=8901366d256057ea67f6ceecc4686204fbe1b34f;hpb=f77812e8b678b8bf620bfbf33882139997ccda34 diff --git a/mkfs/fat.c b/mkfs/fat.c index ff42bce..c70dc86 100644 --- a/mkfs/fat.c +++ b/mkfs/fat.c @@ -3,7 +3,7 @@ File Allocation Table creation code. Free exFAT implementation. - Copyright (C) 2011-2014 Andrew Nayenko + Copyright (C) 2011-2015 Andrew Nayenko This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -20,11 +20,11 @@ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#include #include "fat.h" #include "cbm.h" #include "uct.h" #include "rootdir.h" +#include static off_t fat_alignment(void) {