diff options
author | Rob Landley <rob@landley.net> | 2006-05-27 21:42:58 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2006-05-27 21:42:58 +0000 |
commit | 299a6b4d7bf40c30e4a52ee8311c17ffd42b3035 (patch) | |
tree | a3aff515a2f06bf72c2fb9fbf1e6e5bee60ad2f4 /networking/inetd.c | |
parent | d244bc1a5745a64902d65b55c0fdc8d7e1a1221c (diff) | |
download | busybox-w32-299a6b4d7bf40c30e4a52ee8311c17ffd42b3035.tar.gz busybox-w32-299a6b4d7bf40c30e4a52ee8311c17ffd42b3035.tar.bz2 busybox-w32-299a6b4d7bf40c30e4a52ee8311c17ffd42b3035.zip |
Consolidate #include <sys/time.h> so libbb.h does it.
Diffstat (limited to 'networking/inetd.c')
-rw-r--r-- | networking/inetd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/networking/inetd.c b/networking/inetd.c index 39a2b24cb..3ecd32292 100644 --- a/networking/inetd.c +++ b/networking/inetd.c | |||
@@ -134,7 +134,6 @@ | |||
134 | #include <sys/un.h> | 134 | #include <sys/un.h> |
135 | #include <sys/file.h> | 135 | #include <sys/file.h> |
136 | #include <sys/wait.h> | 136 | #include <sys/wait.h> |
137 | #include <sys/time.h> | ||
138 | #include <sys/resource.h> | 137 | #include <sys/resource.h> |
139 | 138 | ||
140 | 139 | ||