Renamed "internal.h" to the more sensible "busybox.h".
[oweals/busybox.git] / coreutils / usleep.c
index fcdf3bbf66c7f53ea851874e48245cb35001ac5b..69790ef090bc6efc6882b4633c5e14bb341fc241 100644 (file)
@@ -21,7 +21,7 @@
  *
  */
 
-#include "internal.h"
+#include "busybox.h"
 #include <stdlib.h>
 #include <unistd.h>