aboutsummaryrefslogtreecommitdiff
path: root/networking/ntpd.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2018-04-08 17:23:27 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2018-04-08 17:23:27 +0200
commit7bcde5f00dc3a5c92f36bb6ef6bf849794cd766e (patch)
tree49249dae2b01e39dfe75a04b10b4cdfe91566cd4 /networking/ntpd.c
parent87a08e476b38ec9ac4ee93c34599b24a7bb284d9 (diff)
downloadbusybox-7bcde5f00dc3a5c92f36bb6ef6bf849794cd766e.tar.gz
libbb.h: always include sys/resource.h
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/ntpd.c')
-rw-r--r--networking/ntpd.c1
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 @@
#include "libbb.h"
#include <math.h>
#include <netinet/ip.h> /* For IPTOS_LOWDELAY definition */
-#include <sys/resource.h> /* setpriority */
#include <sys/timex.h>
#ifndef IPTOS_LOWDELAY
# define IPTOS_LOWDELAY 0x10