Bump to version 1.22.1
[platform/upstream/busybox.git] / libbb / print_flags.c
index afa7550..eaec731 100644 (file)
@@ -3,10 +3,9 @@
  *
  * Copyright (C) 2008 Natanael Copa <natanael.copa@gmail.com>
  *
- * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
+ * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
-
-#include <libbb.h>
+#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)