compat.h have defined NETLINK_CRYPTO, but net/netlink.c didn't include it. Which will make trinity complie filed on some distro. Signed-off-by: Hangbin Liu <liuhangbin@xxxxxxxxx> --- net/netlink.c | 1 + 1 file changed, 1 insertion(+) diff --git a/net/netlink.c b/net/netlink.c index 9ca2d07..ee73972 100644 --- a/net/netlink.c +++ b/net/netlink.c @@ -6,6 +6,7 @@ #include <stdlib.h> #include "net.h" #include "random.h" +#include "compat.h" void netlink_gen_sockaddr(unsigned long *addr, unsigned long *addrlen) { -- 1.8.1.4 -- To unsubscribe from this list: send the line "unsubscribe trinity" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html