From 72d30efe23793925d20c5d493cda45248b99f971 Mon Sep 17 00:00:00 2001 From: Christophe Grenier Date: Sat, 14 Dec 2013 21:35:04 +0100 Subject: [PATCH] src/partnone.c: add missing header --- src/partnone.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/partnone.c b/src/partnone.c index f7d506bd..2d07515c 100644 --- a/src/partnone.c +++ b/src/partnone.c @@ -46,6 +46,7 @@ #include "exfat.h" #include "ext2.h" #include "fat.h" +#include "fat_common.h" #include "fatx.h" #include "iso9660.h" #include "iso.h"