diff options
author | Eric Andersen | 2001-03-19 23:49:41 +0000 |
---|---|---|
committer | Eric Andersen | 2001-03-19 23:49:41 +0000 |
commit | 92d23245c93eb7db64818384ee6c5366a465e29e (patch) | |
tree | 1ccb6d69a226fdc1efb283cc1b0d2cc321f5b942 /usleep.c | |
parent | 40eaa9f0bb2c689552e39890592ed773d870c1fa (diff) | |
download | busybox-92d23245c93eb7db64818384ee6c5366a465e29e.zip busybox-92d23245c93eb7db64818384ee6c5366a465e29e.tar.gz |
Another cleanup patch from Jeff Garzik <jgarzik@mandrakesoft.com>
Diffstat (limited to 'usleep.c')
-rw-r--r-- | usleep.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -21,6 +21,8 @@ * */ +/* getopt not needed */ + #include <stdlib.h> #include <unistd.h> #include "busybox.h" |