diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-03-19 23:49:41 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-03-19 23:49:41 +0000 |
commit | 8775faaeafdb04c8fc390a822a4588a95c98e4b2 (patch) | |
tree | 1ccb6d69a226fdc1efb283cc1b0d2cc321f5b942 /usleep.c | |
parent | 9fcedc7b123534eb437ac0366fbb2588862f9d4c (diff) | |
download | busybox-w32-8775faaeafdb04c8fc390a822a4588a95c98e4b2.tar.gz busybox-w32-8775faaeafdb04c8fc390a822a4588a95c98e4b2.tar.bz2 busybox-w32-8775faaeafdb04c8fc390a822a4588a95c98e4b2.zip |
Another cleanup patch from Jeff Garzik <jgarzik@mandrakesoft.com>
git-svn-id: svn://busybox.net/trunk/busybox@2163 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'usleep.c')
-rw-r--r-- | usleep.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -21,6 +21,8 @@ | |||
21 | * | 21 | * |
22 | */ | 22 | */ |
23 | 23 | ||
24 | /* getopt not needed */ | ||
25 | |||
24 | #include <stdlib.h> | 26 | #include <stdlib.h> |
25 | #include <unistd.h> | 27 | #include <unistd.h> |
26 | #include "busybox.h" | 28 | #include "busybox.h" |