]> git.ipfire.org Git - thirdparty/git.git/blobdiff - fsck-cache.c
Fix up d_type handling - we need to include <dirent.h> before
[thirdparty/git.git] / 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"