aboutsummaryrefslogtreecommitdiff
path: root/networking/zcip.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/zcip.c')
-rw-r--r--networking/zcip.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/networking/zcip.c b/networking/zcip.c
index ef9aa2186..6e1c0d148 100644
--- a/networking/zcip.c
+++ b/networking/zcip.c
@@ -23,9 +23,6 @@
23// - avoid silent script failures, especially under load... 23// - avoid silent script failures, especially under load...
24// - link status monitoring (restart on link-up; stop on link-down) 24// - link status monitoring (restart on link-up; stop on link-down)
25 25
26#include <syslog.h>
27#include <poll.h>
28#include <sys/wait.h>
29#include <netinet/ether.h> 26#include <netinet/ether.h>
30#include <net/ethernet.h> 27#include <net/ethernet.h>
31#include <net/if.h> 28#include <net/if.h>
@@ -34,6 +31,7 @@
34#include <linux/sockios.h> 31#include <linux/sockios.h>
35 32
36#include "libbb.h" 33#include "libbb.h"
34#include <syslog.h>
37 35
38/* We don't need more than 32 bits of the counter */ 36/* We don't need more than 32 bits of the counter */
39#define MONOTONIC_US() ((unsigned)monotonic_us()) 37#define MONOTONIC_US() ((unsigned)monotonic_us())