From ee34ebe966554ad6b73d150b02cc506f9318fead Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sat, 6 Sep 2008 14:42:27 +0000 Subject: ifenslave: wants net/if.h --- networking/ifenslave.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'networking/ifenslave.c') diff --git a/networking/ifenslave.c b/networking/ifenslave.c index 13a32efc8..89a3f9e80 100644 --- a/networking/ifenslave.c +++ b/networking/ifenslave.c @@ -100,14 +100,15 @@ #include "libbb.h" +#include #include #include #include -typedef unsigned long long u64; /* hack, so we may include kernel's ethtool.h */ -typedef uint32_t u32; /* ditto */ -typedef uint16_t u16; /* ditto */ -typedef uint8_t u8; /* ditto */ +typedef uint64_t u64; /* hack, so we may include kernel's ethtool.h */ +typedef uint32_t u32; /* ditto */ +typedef uint16_t u16; /* ditto */ +typedef uint8_t u8; /* ditto */ #include -- cgit v1.2.3