From ccd1efc3c1d5b0187e20c1566654df92fa6be5c9 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sat, 3 Apr 2010 15:39:47 +0200 Subject: cosmetic fixes, no code changed Signed-off-by: Denys Vlasenko --- libbb/print_flags.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libbb/print_flags.c') diff --git a/libbb/print_flags.c b/libbb/print_flags.c index afa755031..9639dc6f3 100644 --- a/libbb/print_flags.c +++ b/libbb/print_flags.c @@ -5,8 +5,7 @@ * * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. */ - -#include +#include "libbb.h" /* returns a set with the flags not printed */ int FAST_FUNC print_flags_separated(const int *masks, const char *labels, int flags, const char *separator) -- cgit v1.2.3