commit | 4032c1e2dfcc99613fe3e509a8153191e35aec12 | [log] [tgz] |
---|---|---|
author | Szymon Jakubczak <szym@google.com> | Wed Jun 09 15:53:28 2010 -0400 |
committer | Szymon Jakubczak <szym@google.com> | Fri Jun 11 20:48:40 2010 -0400 |
tree | 6d6375a8c95b4cffd146ee45d38b50f839d6d440 | |
parent | 16c91eff09e13ab62cea4ef5044518264483faeb [diff] [blame] |
added missing ether_aton and ether_ntoa Change-Id: I32ee448abde4d5693d393030ed77ddc6d2ad1dfc
diff --git a/libc/include/net/if_ether.h b/libc/include/net/if_ether.h index 121f9ac..8daa16b 100644 --- a/libc/include/net/if_ether.h +++ b/libc/include/net/if_ether.h
@@ -34,6 +34,8 @@ #ifndef _NET_IF_ETHER_H_ #define _NET_IF_ETHER_H_ +#include <sys/types.h> + #ifdef _KERNEL #ifdef _KERNEL_OPT #include "opt_mbuftrace.h"