Skip to content
Snippets Groups Projects
Commit 24662e61 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

libnfnetlink: fix musl compile errors


Signed-off-by: default avatarFelix Fietkau <nbd@openwrt.org>

SVN-Revision: 41061
parent d73f553b
No related branches found
No related tags found
No related merge requests found
--- 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>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment