Renamed "internal.h" to the more sensible "busybox.h".
[oweals/busybox.git] / sleep.c
diff --git a/sleep.c b/sleep.c
index d6705c4c3cc5c6a280c830531aad66e79fb23b98..709e3de34b7a2527b1efe26838ba956bc2890d55 100644 (file)
--- a/sleep.c
+++ b/sleep.c
@@ -21,7 +21,7 @@
  *
  */
 
-#include "internal.h"
+#include "busybox.h"
 #include <stdio.h>
 
 extern int sleep_main(int argc, char **argv)