[rtems commit] network: Include missing header file

Sebastian Huber sebh at rtems.org
Mon Jul 22 14:51:42 UTC 2013


Module:    rtems
Branch:    master
Commit:    ca1d84efb80a1120d64f557c70a0f0cef8e38cfc
Changeset: http://git.rtems.org/rtems/commit/?id=ca1d84efb80a1120d64f557c70a0f0cef8e38cfc

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Thu Jul 18 15:33:28 2013 +0200

network: Include missing header file

---

 cpukit/libnetworking/netinet/in_pcb.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/cpukit/libnetworking/netinet/in_pcb.c b/cpukit/libnetworking/netinet/in_pcb.c
index 35a12d8..fe34fbb 100644
--- a/cpukit/libnetworking/netinet/in_pcb.c
+++ b/cpukit/libnetworking/netinet/in_pcb.c
@@ -60,6 +60,8 @@
 #include <netinet/in_var.h>
 #include <netinet/ip_var.h>
 
+#include <limits.h>
+
 struct	in_addr zeroin_addr;
 
 static void	 in_pcbinshash(struct inpcb *);




More information about the vc mailing list