diff options
author | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-05-27 21:42:58 +0000 |
---|---|---|
committer | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-05-27 21:42:58 +0000 |
commit | 6a0c588bf35d45f27feb0b18c7e97bb038df4d63 (patch) | |
tree | a3aff515a2f06bf72c2fb9fbf1e6e5bee60ad2f4 /miscutils/time.c | |
parent | d40b24b9afb1d7223d8042e72d27e5b9a5271177 (diff) | |
download | busybox-w32-6a0c588bf35d45f27feb0b18c7e97bb038df4d63.tar.gz busybox-w32-6a0c588bf35d45f27feb0b18c7e97bb038df4d63.tar.bz2 busybox-w32-6a0c588bf35d45f27feb0b18c7e97bb038df4d63.zip |
Consolidate #include <sys/time.h> so libbb.h does it.
git-svn-id: svn://busybox.net/trunk/busybox@15203 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'miscutils/time.c')
-rw-r--r-- | miscutils/time.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/miscutils/time.c b/miscutils/time.c index 89c48547a..0a2fb7748 100644 --- a/miscutils/time.c +++ b/miscutils/time.c | |||
@@ -29,7 +29,6 @@ | |||
29 | #include <string.h> | 29 | #include <string.h> |
30 | #include <limits.h> | 30 | #include <limits.h> |
31 | #include <unistd.h> | 31 | #include <unistd.h> |
32 | #include <sys/time.h> | ||
33 | #include <sys/types.h> /* For pid_t. */ | 32 | #include <sys/types.h> /* For pid_t. */ |
34 | #include <sys/wait.h> | 33 | #include <sys/wait.h> |
35 | #include <sys/param.h> /* For getpagesize, maybe. */ | 34 | #include <sys/param.h> /* For getpagesize, maybe. */ |