diff options
author | Martin Willi <martin@strongswan.org> | 2006-04-28 10:59:16 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2006-04-28 10:59:16 +0000 |
commit | abc2cc769e0b0022ca5360425f369b5067d18bdc (patch) | |
tree | e3f82abf7f8f0308ea5d4222f5c94d93bb1b3bc2 /linux/lib/libfreeswan/pfkey_v2_parse.c | |
parent | 1029d84d2365ca6e6b2d2a96e5c0a1fad3c127e3 (diff) | |
download | strongswan-abc2cc769e0b0022ca5360425f369b5067d18bdc.tar.bz2 strongswan-abc2cc769e0b0022ca5360425f369b5067d18bdc.tar.xz |
- fixed include path
Diffstat (limited to 'linux/lib/libfreeswan/pfkey_v2_parse.c')
-rw-r--r-- | linux/lib/libfreeswan/pfkey_v2_parse.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/linux/lib/libfreeswan/pfkey_v2_parse.c b/linux/lib/libfreeswan/pfkey_v2_parse.c index bb6962fa8..5d1f5a3d8 100644 --- a/linux/lib/libfreeswan/pfkey_v2_parse.c +++ b/linux/lib/libfreeswan/pfkey_v2_parse.c @@ -60,9 +60,9 @@ extern int debug_pfkey; # include <linux/errno.h> # include <freeswan.h> -# include "programs/pluto/constants.h" -# include "programs/pluto/defs.h" /* for PRINTF_LIKE */ -# include "programs/pluto/log.h" /* for debugging and DBG_log */ +# include "src/pluto/constants.h" +# include "src/pluto/defs.h" /* for PRINTF_LIKE */ +# include "src/pluto/log.h" /* for debugging and DBG_log */ /* #define PLUTO */ |