usage.c: remove reference to busybox.h
[platform/upstream/busybox.git] / coreutils / pwd.c
index a93b8f1..73a9d5b 100644 (file)
@@ -7,7 +7,7 @@
  * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
  */
 
-#include "busybox.h"
+#include "libbb.h"
 
 /* This is a NOFORK applet. Be very careful! */