summaryrefslogtreecommitdiff
path: root/uts/debian/patches/netinet_ip.h-include-netinet_in.h-for-struct_in_addr.patch
blob: 42175e86a3538d08b8c2fc4d6975faffdfeded4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Index: b/usr/src/uts/common/netinet/ip.h
===================================================================
--- a/usr/src/uts/common/netinet/ip.h	2014-03-01 22:52:30.198757216 +0400
+++ b/usr/src/uts/common/netinet/ip.h	2014-03-01 22:53:50.869533665 +0400
@@ -27,6 +27,7 @@
 /* ip.h 1.13 88/08/19 SMI; from UCB 7.6.1.1 3/15/88	*/
 
 #include <sys/isa_defs.h>
+#include <netinet/in.h>
 
 #ifdef	__cplusplus
 extern "C" {