[netfilter-cvslog] r4158 - trunk/libnfnetlink

laforge at netfilter.org laforge at netfilter.org
Wed Jul 27 21:28:01 CEST 2005


Author: laforge at netfilter.org
Date: 2005-07-27 21:28:01 +0200 (Wed, 27 Jul 2005)
New Revision: 4158

Modified:
   trunk/libnfnetlink/libnfnetlink.h
Log:
add include for sa_family_t


Modified: trunk/libnfnetlink/libnfnetlink.h
===================================================================
--- trunk/libnfnetlink/libnfnetlink.h	2005-07-27 19:21:54 UTC (rev 4157)
+++ trunk/libnfnetlink/libnfnetlink.h	2005-07-27 19:28:01 UTC (rev 4158)
@@ -7,6 +7,7 @@
 #define __LIBNFNETLINK_H
 
 #include <linux/types.h>
+#include <sys/socket.h>	/* for sa_family_t */
 #include <linux/netlink.h>
 #include <linux/netfilter/nfnetlink.h>
 




More information about the netfilter-cvslog mailing list