diff --git a/include/SNAPSHOT.h b/include/SNAPSHOT.h index 2ef4ecae8..576b11a6f 100644 --- a/include/SNAPSHOT.h +++ b/include/SNAPSHOT.h @@ -1 +1 @@ -static const char SNAPSHOT[] = "171112"; +static const char SNAPSHOT[] = "171113"; diff --git a/ip/xfrm.h b/ip/xfrm.h index 8566d639f..71be574d9 100644 --- a/ip/xfrm.h +++ b/ip/xfrm.h @@ -30,6 +30,10 @@ #include #include +#ifndef IPPROTO_MH +#define IPPROTO_MH 135 +#endif + #define XFRMS_RTA(x) ((struct rtattr*)(((char*)(x)) + NLMSG_ALIGN(sizeof(struct xfrm_usersa_info)))) #define XFRMS_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct xfrm_usersa_info)) diff --git a/lib/utils.c b/lib/utils.c index f77be1fda..c102add77 100644 --- a/lib/utils.c +++ b/lib/utils.c @@ -31,7 +31,6 @@ #include #include #include -#include #include "rt_names.h" #include "utils.h"