diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2018-04-08 17:23:27 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2018-04-08 17:23:27 +0200 |
commit | 7bcde5f00dc3a5c92f36bb6ef6bf849794cd766e (patch) | |
tree | 49249dae2b01e39dfe75a04b10b4cdfe91566cd4 /networking | |
parent | 87a08e476b38ec9ac4ee93c34599b24a7bb284d9 (diff) | |
download | busybox-w32-7bcde5f00dc3a5c92f36bb6ef6bf849794cd766e.tar.gz busybox-w32-7bcde5f00dc3a5c92f36bb6ef6bf849794cd766e.tar.bz2 busybox-w32-7bcde5f00dc3a5c92f36bb6ef6bf849794cd766e.zip |
libbb.h: always include sys/resource.h
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking')
-rw-r--r-- | networking/ntpd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/networking/ntpd.c b/networking/ntpd.c index 8205ab271..6cd497090 100644 --- a/networking/ntpd.c +++ b/networking/ntpd.c | |||
@@ -94,7 +94,6 @@ | |||
94 | #include "libbb.h" | 94 | #include "libbb.h" |
95 | #include <math.h> | 95 | #include <math.h> |
96 | #include <netinet/ip.h> /* For IPTOS_LOWDELAY definition */ | 96 | #include <netinet/ip.h> /* For IPTOS_LOWDELAY definition */ |
97 | #include <sys/resource.h> /* setpriority */ | ||
98 | #include <sys/timex.h> | 97 | #include <sys/timex.h> |
99 | #ifndef IPTOS_LOWDELAY | 98 | #ifndef IPTOS_LOWDELAY |
100 | # define IPTOS_LOWDELAY 0x10 | 99 | # define IPTOS_LOWDELAY 0x10 |