Make sure IP_XFRM_POLICY is defined

This commit is contained in:
Reto Buerki 2013-01-17 10:01:31 +01:00 committed by Tobias Brunner
parent 89b1d5f32c
commit 41eaaef79b
1 changed files with 5 additions and 0 deletions

View File

@ -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;
/**