]> git.ipfire.org Git - people/ms/strongswan.git/commitdiff
- fixed include path
authorMartin Willi <martin@strongswan.org>
Fri, 28 Apr 2006 10:59:16 +0000 (10:59 -0000)
committerMartin Willi <martin@strongswan.org>
Fri, 28 Apr 2006 10:59:16 +0000 (10:59 -0000)
linux/lib/libfreeswan/pfkey_v2_parse.c

index bb6962fa88cca37a2b503a21857c7ae6b254555f..5d1f5a3d89496020e2290e27c7ff808e3f094eb8 100644 (file)
@@ -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 */