diff options
author | Martin Willi <martin@strongswan.org> | 2005-11-23 10:11:50 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2005-11-23 10:11:50 +0000 |
commit | 96f79ff1dc02306b237b8678be693eef8e445784 (patch) | |
tree | 932eecc7554afa8cc1dfb981aac9abd7b73cf2b1 /Source/charon/globals.h | |
parent | 6725b525ff313ef5427e8155e4cbfbff75acbb7c (diff) | |
download | strongswan-96f79ff1dc02306b237b8678be693eef8e445784.tar.bz2 strongswan-96f79ff1dc02306b237b8678be693eef8e445784.tar.xz |
ok
Diffstat (limited to 'Source/charon/globals.h')
-rw-r--r-- | Source/charon/globals.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/charon/globals.h b/Source/charon/globals.h index d3cfb0896..39dc841c6 100644 --- a/Source/charon/globals.h +++ b/Source/charon/globals.h @@ -23,13 +23,13 @@ #ifndef GLOBALS_H_ #define GLOBALS_H_ -#include <ike_sa_manager.h> +#include <sa/ike_sa_manager.h> #include <queues/send_queue.h> #include <queues/job_queue.h> #include <network/socket.h> #include <queues/event_queue.h> #include <utils/logger_manager.h> -#include <configuration_manager.h> +#include <config/configuration_manager.h> extern socket_t *global_socket; |