commit | 41e533af4a2720c1dc228ba40b6582ca53085c3a | [log] [tgz] |
---|---|---|
author | Szymon Jakubczak <szym@google.com> | Wed Jun 09 15:53:28 2010 -0400 |
committer | Jean-Baptiste Queru <jbq@google.com> | Wed Aug 25 08:46:23 2010 -0700 |
tree | c9a4b607889e8c9ca380fa6e063ce908531b5b67 | |
parent | 0a4a393d717a2289c9fa2036f502f97c74d56e35 [diff] |
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"