aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/globals.h
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2005-11-23 09:43:14 +0000
committerMartin Willi <martin@strongswan.org>2005-11-23 09:43:14 +0000
commit716abc9f8332c040df6e296104fd11ec5ac6b8cc (patch)
tree030e2efe2f5d8ecc940fd463d9250ee912714b34 /Source/charon/globals.h
parent7cf14676dbd2d54203b78044b2b8da38d2bfb315 (diff)
downloadstrongswan-716abc9f8332c040df6e296104fd11ec5ac6b8cc.tar.bz2
strongswan-716abc9f8332c040df6e296104fd11ec5ac6b8cc.tar.xz
- moved packet and socket in new network-package
Diffstat (limited to 'Source/charon/globals.h')
-rw-r--r--Source/charon/globals.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/charon/globals.h b/Source/charon/globals.h
index 137ac0d92..d3cfb0896 100644
--- a/Source/charon/globals.h
+++ b/Source/charon/globals.h
@@ -23,10 +23,10 @@
#ifndef GLOBALS_H_
#define GLOBALS_H_
-#include <socket.h>
#include <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>