aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/ike_sa_manager.c
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2005-11-11 13:31:52 +0000
committerMartin Willi <martin@strongswan.org>2005-11-11 13:31:52 +0000
commitb85d20d117ec19eaaef9fdab7f078b89ea2de242 (patch)
tree0186ed315b9a7c8e84e9ca5108b46bcb5de54730 /Source/charon/ike_sa_manager.c
parent566bbcd122a2330e2d23075e6a6a80c82f819df8 (diff)
downloadstrongswan-b85d20d117ec19eaaef9fdab7f078b89ea2de242.tar.bz2
strongswan-b85d20d117ec19eaaef9fdab7f078b89ea2de242.tar.xz
- moved queues into subfolder queues
- created subdirectory utils for linked_list_t and co.
Diffstat (limited to 'Source/charon/ike_sa_manager.c')
-rw-r--r--Source/charon/ike_sa_manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/charon/ike_sa_manager.c b/Source/charon/ike_sa_manager.c
index 5bb9035ec..0012cea9b 100644
--- a/Source/charon/ike_sa_manager.c
+++ b/Source/charon/ike_sa_manager.c
@@ -25,7 +25,7 @@
#include "allocator.h"
#include "ike_sa_manager.h"
-#include "linked_list.h"
+#include "utils/linked_list.h"
#include "ike_sa_id.h"
/**