Fix up d_type handling - we need to include <dirent.h> before
we play with the d_type compatibility macros.
This commit is contained in:
parent
ae200ee594
commit
4b18242190
@ -1,8 +1,7 @@
|
|||||||
#include "cache.h"
|
|
||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <dirent.h>
|
#include <dirent.h>
|
||||||
|
|
||||||
|
#include "cache.h"
|
||||||
#include "commit.h"
|
#include "commit.h"
|
||||||
#include "tree.h"
|
#include "tree.h"
|
||||||
#include "blob.h"
|
#include "blob.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user