diff options
Diffstat (limited to 'url.c')
-rw-r--r-- | url.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,6 @@ -#include "cache.h" +#include "git-compat-util.h" #include "hex.h" +#include "strbuf.h" #include "url.h" int is_urlschemechar(int first_flag, int ch) |