diff options
Diffstat (limited to 'usleep.c')
-rw-r--r-- | usleep.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,9 +21,9 @@ * */ -#include "busybox.h" #include <stdlib.h> #include <unistd.h> +#include "busybox.h" extern int usleep_main(int argc, char **argv) { |