diff options
Diffstat (limited to 'src/futils.c')
| -rw-r--r-- | src/futils.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/futils.c b/src/futils.c index 8c0f008b3..2ad8a1b80 100644 --- a/src/futils.c +++ b/src/futils.c @@ -7,8 +7,9 @@ #include "futils.h" -#include "global.h" +#include "runtime.h" #include "strmap.h" +#include "hash.h" #include <ctype.h> #if GIT_WIN32 #include "win32/findfile.h" |
