diff options
author | Martin Willi <martin@strongswan.org> | 2005-11-23 09:43:14 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2005-11-23 09:43:14 +0000 |
commit | 716abc9f8332c040df6e296104fd11ec5ac6b8cc (patch) | |
tree | 030e2efe2f5d8ecc940fd463d9250ee912714b34 /Source/charon/sender.c | |
parent | 7cf14676dbd2d54203b78044b2b8da38d2bfb315 (diff) | |
download | strongswan-716abc9f8332c040df6e296104fd11ec5ac6b8cc.tar.bz2 strongswan-716abc9f8332c040df6e296104fd11ec5ac6b8cc.tar.xz |
- moved packet and socket in new network-package
Diffstat (limited to 'Source/charon/sender.c')
-rw-r--r-- | Source/charon/sender.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/charon/sender.c b/Source/charon/sender.c index 074d30b65..d2376962f 100644 --- a/Source/charon/sender.c +++ b/Source/charon/sender.c @@ -25,9 +25,9 @@ #include "sender.h" -#include <socket.h> -#include <packet.h> #include <globals.h> +#include <network/socket.h> +#include <network/packet.h> #include <queues/send_queue.h> #include <utils/allocator.h> #include <utils/logger_manager.h> |