]> git.sven.stormbind.net Git - sven/exfat-utils.git/blobdiff - mkfs/vbr.c
Merge tag 'upstream/1.2.4'
[sven/exfat-utils.git] / mkfs / vbr.c
index 48346c511d18ac3461b6617eda35a7e450027749..481fd63241e0cb7f17217d7820bd571f73d5109e 100644 (file)
@@ -3,7 +3,7 @@
        Volume Boot Record 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
        51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 */
 
-#include <string.h>
 #include "vbr.h"
 #include "fat.h"
 #include "cbm.h"
 #include "uct.h"
 #include "rootdir.h"
+#include <string.h>
 
 static off_t vbr_alignment(void)
 {