blob: e90960d471ea1b684dc3c8be441966e9c43d7dda (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- libnl-1.1.orig/lib/netfilter/log.c
+++ libnl-1.1/lib/netfilter/log.c
@@ -18,6 +18,7 @@
* @{
*/
+#include <byteswap.h>
#include <sys/types.h>
#include <linux/netfilter/nfnetlink_log.h>
|