diff options
Diffstat (limited to 'entry.c')
| -rw-r--r-- | entry.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2,6 +2,8 @@ #include "blob.h" #include "object-store.h" #include "dir.h" +#include "environment.h" +#include "gettext.h" #include "hex.h" #include "streaming.h" #include "submodule.h" @@ -9,6 +11,7 @@ #include "fsmonitor.h" #include "entry.h" #include "parallel-checkout.h" +#include "wrapper.h" static void create_directories(const char *path, int path_len, const struct checkout *state) |
