X-Git-Url: https://git.sven.stormbind.net/?a=blobdiff_plain;f=mkfs%2Ffat.c;h=c5174a7a748d2fa721facabbf2dde2c1723fff2d;hb=34945da830ecf72885a8036f4514738e6c7ede2a;hp=ff42bcebce155744e2afaa960ccd8995b44ba544;hpb=fafa077eddb099165e156853d3d25662fcf5bf30;p=sven%2Fexfat-utils.git diff --git a/mkfs/fat.c b/mkfs/fat.c index ff42bce..c5174a7 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-2018 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) {