diff options
author | Elliott Hughes <enh@google.com> | 2012-09-12 16:08:14 -0700 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2012-09-12 16:08:14 -0700 |
commit | f801cf55bebc8d0d397fbe6db8cc91b3afb78149 (patch) | |
tree | a45eaf32f0a057f7e4b3fb7db2333d9c84491b0c /libc/include/net/if.h | |
parent | ccd7ee624a81d61675fa08e149fe190a317341eb (diff) | |
parent | 47bda0c293c167f12ddde6e66192ad581c4a67e1 (diff) | |
download | bionic-f801cf55bebc8d0d397fbe6db8cc91b3afb78149.zip bionic-f801cf55bebc8d0d397fbe6db8cc91b3afb78149.tar.gz bionic-f801cf55bebc8d0d397fbe6db8cc91b3afb78149.tar.bz2 |
resolved conflicts for merge of 47bda0c2 to jb-mr1-dev
Change-Id: Ia1969c79111c006bde709920254a515646c20aa7
Diffstat (limited to 'libc/include/net/if.h')
-rw-r--r-- | libc/include/net/if.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/include/net/if.h b/libc/include/net/if.h index 9044fc5..f36f37e 100644 --- a/libc/include/net/if.h +++ b/libc/include/net/if.h @@ -25,6 +25,8 @@ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ + +#include <sys/socket.h> #include <linux/if.h> #include <sys/cdefs.h> #ifndef IF_NAMESIZE |