diff options
Diffstat (limited to 'libbb/warn_ignoring_args.c')
-rw-r--r-- | libbb/warn_ignoring_args.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/warn_ignoring_args.c b/libbb/warn_ignoring_args.c index 6405ff826..be78a4414 100644 --- a/libbb/warn_ignoring_args.c +++ b/libbb/warn_ignoring_args.c | |||
@@ -7,7 +7,7 @@ | |||
7 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. | 7 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. |
8 | */ | 8 | */ |
9 | 9 | ||
10 | #include <libbb.h> | 10 | #include "libbb.h" |
11 | 11 | ||
12 | void bb_warn_ignoring_args(int n) | 12 | void bb_warn_ignoring_args(int n) |
13 | { | 13 | { |