X-Git-Url: http://git.sven.stormbind.net/?p=sven%2Fexfat-utils.git;a=blobdiff_plain;f=mkfs%2Frootdir.c;h=8341039924194127fc07c7fd911935dc3be2f6f4;hp=4b6446dbf7a4a6556ed1778413c1d79b070fa601;hb=62ddc92d38808bea3aba8fe70e3a417197e9d42f;hpb=f77812e8b678b8bf620bfbf33882139997ccda34 diff --git a/mkfs/rootdir.c b/mkfs/rootdir.c index 4b6446d..8341039 100644 --- a/mkfs/rootdir.c +++ b/mkfs/rootdir.c @@ -3,7 +3,7 @@ Root directory creation code. Free exFAT implementation. - Copyright (C) 2011-2014 Andrew Nayenko + Copyright (C) 2011-2016 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 "rootdir.h" #include "uct.h" #include "cbm.h" #include "uctc.h" +#include static off_t rootdir_alignment(void) {