usage.c: remove reference to busybox.h
[platform/upstream/busybox.git] / coreutils / expr.c
index b6bd383..46e18d1 100644 (file)
@@ -25,7 +25,7 @@
 
 /* no getopt needed */
 
-#include "busybox.h"
+#include "libbb.h"
 #include "xregex.h"
 
 /* The kinds of value we can have.  */