usage.c: remove reference to busybox.h
[platform/upstream/busybox.git] / coreutils / uuencode.c
index 3207d72..9490474 100644 (file)
@@ -8,7 +8,7 @@
  * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
  */
 
-#include "busybox.h"
+#include "libbb.h"
 
 
 #define SRC_BUF_SIZE   45  // This *MUST* be a multiple of 3