build system: fix sorting + locale in make objsizes
[oweals/busybox.git] / libbb / warn_ignoring_args.c
index af82a6b5bb559a30ff0b82cac9044c79ffe8c5bb..65dea321a0959fd9240baedaca07ac8226649b1f 100644 (file)
@@ -7,11 +7,11 @@
  * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
  */
 
-#include <libbb.h>
+#include "libbb.h"
 
-void bb_warn_ignoring_args(int n)
+void FAST_FUNC bb_warn_ignoring_args(int n)
 {
        if (n) {
-               bb_perror_msg("ignoring all arguments");
+               bb_error_msg("ignoring all arguments");
        }
 }