Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2006-03-30 02:38:46 +0400
committerJeff Johnston <jjohnstn@redhat.com>2006-03-30 02:38:46 +0400
commitef79d97d9feadc5455e4b7591b3b2848f6a487d1 (patch)
treea6c6c8793de3d3ac87a7f5a07612c9125be1cf99 /newlib/libc/sys/linux
parent15a1b33c00507303e3ce7d572a3778d965379b16 (diff)
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.
Diffstat (limited to 'newlib/libc/sys/linux')
-rw-r--r--newlib/libc/sys/linux/include/netinet/ip.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/newlib/libc/sys/linux/include/netinet/ip.h b/newlib/libc/sys/linux/include/netinet/ip.h
index 0e6df1eea..2b2bcb831 100644
--- a/newlib/libc/sys/linux/include/netinet/ip.h
+++ b/newlib/libc/sys/linux/include/netinet/ip.h
@@ -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.