usage.c: remove reference to busybox.h
[oweals/busybox.git] / coreutils / mknod.c
index 6fa6d8353aeaa1d20deb31828aad55d896b71576..415ef55c167661b003c5676189bfbb2da705d427 100644 (file)
@@ -11,7 +11,7 @@
 
 #include <sys/sysmacros.h>  // For makedev
 
-#include "busybox.h"
+#include "libbb.h"
 #include "libcoreutils/coreutils.h"
 
 static const char modes_chars[] = { 'p', 'c', 'u', 'b', 0, 1, 1, 2 };