This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] netinet/ip.h: Include netinet/in_systm.h


Patch checked in.

-- Jeff J.

Shaun Jackman wrote:
2006-03-20 Shaun Jackman <sjackman@gmail.com>

	* libc/sys/linux/include/netinet/ip.h: Include netinet/in_systm.h
	for the declaration of n_long.

Index: ./libc/sys/linux/include/netinet/ip.h
===================================================================
RCS file: /cvs/src/src/newlib/libc/sys/linux/include/netinet/ip.h,v
retrieving revision 1.1
diff -u -r1.1 ip.h
--- ./libc/sys/linux/include/netinet/ip.h	28 May 2003 22:04:35 -0000	1.1
+++ ./libc/sys/linux/include/netinet/ip.h	20 Mar 2006 22:44:48 -0000
@@ -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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]