diff options
Diffstat (limited to 'tempfile.c')
| -rw-r--r-- | tempfile.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tempfile.c b/tempfile.c index e27048f970..6c88a63b42 100644 --- a/tempfile.c +++ b/tempfile.c @@ -42,9 +42,12 @@ * file created by its parent. */ -#include "cache.h" +#include "git-compat-util.h" +#include "abspath.h" +#include "path.h" #include "tempfile.h" #include "sigchain.h" +#include "wrapper.h" static VOLATILE_LIST_HEAD(tempfile_list); |
