From 4b18242190c40653549ec0663eea211bd87fcaed Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Sat, 30 Apr 2005 09:59:31 -0700 Subject: [PATCH] Fix up d_type handling - we need to include before we play with the d_type compatibility macros. --- fsck-cache.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/fsck-cache.c b/fsck-cache.c index 164fc2eaee..44e5e49948 100644 --- a/fsck-cache.c +++ b/fsck-cache.c @@ -1,8 +1,7 @@ -#include "cache.h" - #include #include +#include "cache.h" #include "commit.h" #include "tree.h" #include "blob.h" -- 2.11.4.GIT