diff options
| author | The Android Open Source Project <initial-contribution@android.com> | 2010-06-14 11:20:52 -0700 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2010-06-14 11:20:52 -0700 |
| commit | 9903f1a79affa0e27baea244c6ac3d9fb377ba3e (patch) | |
| tree | 8b90f13933f03c87e49d838b0137a1f8febe0e6d /libc/include/net | |
| parent | 0db9a39e2a7de64e062e00419cb9ae7aef95ab70 (diff) | |
| parent | 49b53c0b948595ac34a52daca5fc6ef6af336b94 (diff) | |
| download | bionic-9903f1a79affa0e27baea244c6ac3d9fb377ba3e.zip bionic-9903f1a79affa0e27baea244c6ac3d9fb377ba3e.tar.gz bionic-9903f1a79affa0e27baea244c6ac3d9fb377ba3e.tar.bz2 | |
am 49b53c0b: merge from froyo-plus-aosp
Merge commit '49b53c0b948595ac34a52daca5fc6ef6af336b94'
* commit '49b53c0b948595ac34a52daca5fc6ef6af336b94':
added missing ether_aton and ether_ntoa
Diffstat (limited to 'libc/include/net')
| -rw-r--r-- | libc/include/net/if_ether.h | 2 |
1 files changed, 2 insertions, 0 deletions
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" |
