summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ae200ee)
raw | patch | inline | side by side (parent: ae200ee)
author | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Sat, 30 Apr 2005 16:59:31 +0000 (09:59 -0700) | ||
committer | Linus 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 | patch | blob | history |
diff --git a/fsck-cache.c b/fsck-cache.c
index 164fc2eaeeac42a5bbec45845d852da8104e2459..44e5e49948da52c9dcd54d68595ba61c238f77a3 100644 (file)
--- a/fsck-cache.c
+++ b/fsck-cache.c
-#include "cache.h"
-
#include <sys/types.h>
#include <dirent.h>
+#include "cache.h"
#include "commit.h"
#include "tree.h"
#include "blob.h"