From f470196a4144dd586f8b80efeef4aca39cf11514 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Sun, 27 Jan 2008 12:50:12 +0000 Subject: - fix conflicting decls of syslog related facilitynames and prioritynames tables --- networking/zcip.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'networking/zcip.c') 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 @@ // - avoid silent script failures, especially under load... // - link status monitoring (restart on link-up; stop on link-down) -#include -#include -#include #include #include #include @@ -34,6 +31,7 @@ #include #include "libbb.h" +#include /* We don't need more than 32 bits of the counter */ #define MONOTONIC_US() ((unsigned)monotonic_us()) -- cgit v1.2.3