diff options
author | Martin Willi <martin@strongswan.org> | 2006-05-16 14:24:03 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2006-05-16 14:24:03 +0000 |
commit | f2c2d395ff756505be10b9d3e8420af498f33cc2 (patch) | |
tree | 7202a334e20710bab1d0b3e848ecc964168ccf5f /src/libfreeswan/pfkey_v2_build.c | |
parent | eedfdfbe6e15ecc724eca705688472e8be73afec (diff) | |
download | strongswan-f2c2d395ff756505be10b9d3e8420af498f33cc2.tar.bz2 strongswan-f2c2d395ff756505be10b9d3e8420af498f33cc2.tar.xz |
- introduced autotools
- first working version
- make dist should work
- things to do:
- UML testing!
- more cleanups
Diffstat (limited to 'src/libfreeswan/pfkey_v2_build.c')
-rw-r--r-- | src/libfreeswan/pfkey_v2_build.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libfreeswan/pfkey_v2_build.c b/src/libfreeswan/pfkey_v2_build.c index be58c552f..195add1c4 100644 --- a/src/libfreeswan/pfkey_v2_build.c +++ b/src/libfreeswan/pfkey_v2_build.c @@ -87,7 +87,7 @@ void (*pfkey_debug_func)(const char *message, ...) PRINTF_LIKE(1); KLIPS_PRINT(debug_pfkey, "klips_debug:" args) #endif /* __KERNEL__ */ -#include "freeswan/ipsec_sa.h" /* IPSEC_SAREF_NULL, IPSEC_SA_REF_TABLE_IDX_WIDTH */ +#include "ipsec_sa.h" /* IPSEC_SAREF_NULL, IPSEC_SA_REF_TABLE_IDX_WIDTH */ #define SENDERR(_x) do { error = -(_x); goto errlab; } while (0) |