You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
322 B
10 lines
322 B
--- a/include/libnfnetlink/libnfnetlink.h
|
|
+++ b/include/libnfnetlink/libnfnetlink.h
|
|
@@ -15,6 +15,7 @@
|
|
#define aligned_u64 unsigned long long __attribute__((aligned(8)))
|
|
#endif
|
|
|
|
+#include <sys/types.h>
|
|
#include <sys/socket.h> /* for sa_family_t */
|
|
#include <linux/netlink.h>
|
|
#include <libnfnetlink/linux_nfnetlink.h>
|
|
|