Code

Fix up d_type handling - we need to include <dirent.h> before
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Sat, 30 Apr 2005 16:59:31 +0000 (09:59 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sat, 30 Apr 2005 16:59:31 +0000 (09:59 -0700)
we play with the d_type compatibility macros.

fsck-cache.c

index 164fc2eaeeac42a5bbec45845d852da8104e2459..44e5e49948da52c9dcd54d68595ba61c238f77a3 100644 (file)
@@ -1,8 +1,7 @@
-#include "cache.h"
-
 #include <sys/types.h>
 #include <dirent.h>
 
+#include "cache.h"
 #include "commit.h"
 #include "tree.h"
 #include "blob.h"