Make sure IP_XFRM_POLICY is defined

This commit is contained in:
Reto Buerki
2013-03-19 15:23:50 +01:00
committed by Tobias Brunner
parent 89b1d5f32c
commit 41eaaef79b
@@ -29,6 +29,11 @@
#include "tkm_kernel_sad.h"
#include "tkm_kernel_ipsec.h"
/** From linux/in.h */
#ifndef IP_XFRM_POLICY
#define IP_XFRM_POLICY 17
#endif
typedef struct private_tkm_kernel_ipsec_t private_tkm_kernel_ipsec_t;
/**