aboutsummaryrefslogtreecommitdiff
path: root/coreutils/usleep.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/usleep.c')
-rw-r--r--coreutils/usleep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/usleep.c b/coreutils/usleep.c
index c67c365b8..92e4437c5 100644
--- a/coreutils/usleep.c
+++ b/coreutils/usleep.c
@@ -21,9 +21,9 @@
21 * 21 *
22 */ 22 */
23 23
24#include "busybox.h"
25#include <stdlib.h> 24#include <stdlib.h>
26#include <unistd.h> 25#include <unistd.h>
26#include "busybox.h"
27 27
28extern int usleep_main(int argc, char **argv) 28extern int usleep_main(int argc, char **argv)
29{ 29{