diff options
Diffstat (limited to 'libbb/quote.c')
-rw-r--r-- | libbb/quote.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libbb/quote.c b/libbb/quote.c index 7a49fcf69..129dea72f 100644 --- a/libbb/quote.c +++ b/libbb/quote.c | |||
@@ -1,5 +1,7 @@ | |||
1 | #include "cache.h" | 1 | #include "libbb.h" |
2 | #include "strbuf.h" | ||
2 | #include "quote.h" | 3 | #include "quote.h" |
4 | #include "git.h" | ||
3 | 5 | ||
4 | int quote_path_fully = 1; | 6 | int quote_path_fully = 1; |
5 | 7 | ||