X-Git-Url: http://git.sven.stormbind.net/?p=sven%2Fexfat-utils.git;a=blobdiff_plain;f=mkfs%2Fvbr.c;h=e40081fa9fb213cc036dbf4f726f93d9325716aa;hp=48346c511d18ac3461b6617eda35a7e450027749;hb=23065231e2de34b851503c9cb92465fa6333f1c0;hpb=f77812e8b678b8bf620bfbf33882139997ccda34 diff --git a/mkfs/vbr.c b/mkfs/vbr.c index 48346c5..e40081f 100644 --- a/mkfs/vbr.c +++ b/mkfs/vbr.c @@ -3,7 +3,7 @@ Volume Boot Record 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,12 +20,12 @@ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#include #include "vbr.h" #include "fat.h" #include "cbm.h" #include "uct.h" #include "rootdir.h" +#include static off_t vbr_alignment(void) {