Renamed "internal.h" to the more sensible "busybox.h".
[oweals/busybox.git] / coreutils / expr.c
index 9e3c04a11e7c02900b35b089a0c58b93498743a0..670352eb69a9b04c1c7c320e8d5670d909c04b28 100644 (file)
@@ -33,7 +33,7 @@
  * One function can handle multiple operators all of equal precedence,
  * provided they all associate ((x op x) op x). */
 
-#include "internal.h"
+#include "busybox.h"
 #include <stdio.h>
 #include <sys/types.h>