usage.c: remove reference to busybox.h
[platform/upstream/busybox.git] / coreutils / chroot.c
index 874ee91..192daa8 100644 (file)
@@ -9,7 +9,7 @@
 
 /* BB_AUDIT SUSv3 N/A -- Matches GNU behavior. */
 
-#include "busybox.h"
+#include "libbb.h"
 
 int chroot_main(int argc, char **argv);
 int chroot_main(int argc, char **argv)