aboutsummaryrefslogtreecommitdiff
path: root/usleep.c
diff options
context:
space:
mode:
Diffstat (limited to 'usleep.c')
-rw-r--r--usleep.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/usleep.c b/usleep.c
index 92e4437c5..6023bf430 100644
--- a/usleep.c
+++ b/usleep.c
@@ -21,6 +21,8 @@
*
*/
+/* getopt not needed */
+
#include <stdlib.h>
#include <unistd.h>
#include "busybox.h"