diff options
Diffstat (limited to 'chdir-notify.c')
-rw-r--r-- | chdir-notify.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/chdir-notify.c b/chdir-notify.c index 5f7f2c2ac2..0d7bc04607 100644 --- a/chdir-notify.c +++ b/chdir-notify.c @@ -1,7 +1,10 @@ -#include "cache.h" +#include "git-compat-util.h" +#include "abspath.h" #include "chdir-notify.h" #include "list.h" +#include "path.h" #include "strbuf.h" +#include "trace.h" struct chdir_notify_entry { const char *name; |