diff options
author | Martin Willi <martin@strongswan.org> | 2005-11-11 13:52:11 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2005-11-11 13:52:11 +0000 |
commit | 8887824292e9d5657b157067531c1b8b207ab03a (patch) | |
tree | a91dcf05de9199373c2ad8a9e054f3801918ca91 /Source/charon/socket.c | |
parent | b85d20d117ec19eaaef9fdab7f078b89ea2de242 (diff) | |
download | strongswan-8887824292e9d5657b157067531c1b8b207ab03a.tar.bz2 strongswan-8887824292e9d5657b157067531c1b8b207ab03a.tar.xz |
- logger in utils
- allocator in utils
- tests.c -> testcases/testcases.c
Diffstat (limited to 'Source/charon/socket.c')
-rw-r--r-- | Source/charon/socket.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/charon/socket.c b/Source/charon/socket.c index e650cd83d..89a6c11a6 100644 --- a/Source/charon/socket.c +++ b/Source/charon/socket.c @@ -29,9 +29,10 @@ #include <unistd.h> #include <stdlib.h> -#include "allocator.h" #include "socket.h" +#include "utils/allocator.h" + typedef struct private_socket_s private_socket_t; struct private_socket_s{ |