diff --git a/[refs] b/[refs] index ce3eed53c0f1..b44b7e7d33bb 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f1a136e0d098a4478236a1c24f9a57db5abf0755 +refs/heads/master: c1f5a1944657ba6abe375e3bb2a3238a46849f70 diff --git a/trunk/fs/ext3/bitmap.c b/trunk/fs/ext3/bitmap.c index cb16b4c5d5df..ce4f82b9e528 100644 --- a/trunk/fs/ext3/bitmap.c +++ b/trunk/fs/ext3/bitmap.c @@ -7,11 +7,11 @@ * Universite Pierre et Marie Curie (Paris VI) */ -#ifdef EXT3FS_DEBUG - #include +#include +#include -#include "ext3_fs.h" +#ifdef EXT3FS_DEBUG static int nibblemap[] = {4, 3, 3, 2, 3, 2, 2, 1, 3, 2, 2, 1, 2, 1, 1, 0};