2006-03-29 Shaun Jackman <sjackman@gmail.com>

* libc/sys/linux/include/netinet/ip.h: Include netinet/in_systm.h
        for the declaration of n_long.
This commit is contained in:
Jeff Johnston 2006-03-29 22:38:46 +00:00
parent 15a1b33c00
commit ef79d97d9f
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2006-03-29 Shaun Jackman <sjackman@gmail.com>
* libc/sys/linux/include/netinet/ip.h: Include netinet/in_systm.h
for the declaration of n_long.
2006-03-29 Shaun Jackman <sjackman@gmail.com>
* libc/sys/linux/include/net/if.h: Include sys/socket.h for

View File

@ -37,6 +37,8 @@
#ifndef _NETINET_IP_H_
#define _NETINET_IP_H_
#include <netinet/in_systm.h>
/*
* Definitions for internet protocol version 4.
* Per RFC 791, September 1981.