diff options
Diffstat (limited to 'tempfile.c')
-rw-r--r-- | tempfile.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tempfile.c b/tempfile.c index cdd2cab3ba..50c377134c 100644 --- a/tempfile.c +++ b/tempfile.c @@ -42,7 +42,8 @@ * file created by its parent. */ -#include "cache.h" +#include "git-compat-util.h" +#include "path.h" #include "tempfile.h" #include "sigchain.h" #include "wrapper.h" |