From: Jörg Krause Date: Mon, 1 Sep 2014 10:38:10 +0000 (+0200) Subject: netlink/netlink.h: fix build including with the musl C library X-Git-Tag: libnl3_2_26rc1~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e00395194597c6ed34aea5fefff42525e462a666;p=thirdparty%2Flibnl.git netlink/netlink.h: fix build including with the musl C library https://github.com/thom311/libnl/pull/64 Signed-off-by: Thomas Haller --- diff --git a/include/netlink/netlink.h b/include/netlink/netlink.h index 28dba06..61656b3 100644 --- a/include/netlink/netlink.h +++ b/include/netlink/netlink.h @@ -16,7 +16,7 @@ #include #include #include -#include +#include #include #include #include