diff options
Diffstat (limited to 'libbb/usage.c')
-rw-r--r-- | libbb/usage.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libbb/usage.c b/libbb/usage.c index 820d09f92..86bf68e21 100644 --- a/libbb/usage.c +++ b/libbb/usage.c | |||
@@ -3,7 +3,8 @@ | |||
3 | * | 3 | * |
4 | * Copyright (C) Linus Torvalds, 2005 | 4 | * Copyright (C) Linus Torvalds, 2005 |
5 | */ | 5 | */ |
6 | #include "git-compat-util.h" | 6 | #include "libbb.h" |
7 | #include "git.h" | ||
7 | 8 | ||
8 | static void report(const char *prefix, const char *err, va_list params) | 9 | static void report(const char *prefix, const char *err, va_list params) |
9 | { | 10 | { |