diff options
Diffstat (limited to 'string-list.c')
| -rw-r--r-- | string-list.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/string-list.c b/string-list.c index 0f8ac117fd..bf061fec56 100644 --- a/string-list.c +++ b/string-list.c @@ -1,6 +1,7 @@ +#define DISABLE_SIGN_COMPARE_WARNINGS + #include "git-compat-util.h" #include "string-list.h" -#include "alloc.h" void string_list_init_nodup(struct string_list *list) { |
