Signed-off-by: Hangbin Liu <liuhangbin@xxxxxxxxx> --- include/compat.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/compat.h b/include/compat.h index 20455f3..cef29f7 100644 --- a/include/compat.h +++ b/include/compat.h @@ -180,6 +180,11 @@ enum { #define SYS_SENDMMSG 20 #endif +/* linux/netlink.h */ +#ifndef NETLINK_CRYPTO +#define NETLINK_CRYPTO 21 +#endif + /* linux/rds.h */ #ifndef RDS_CANCEL_SENT_TO #define RDS_CANCEL_SENT_TO 1 -- 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