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/testcases/receiver_test.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/testcases/receiver_test.c')
-rw-r--r-- | Source/charon/testcases/receiver_test.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Source/charon/testcases/receiver_test.c b/Source/charon/testcases/receiver_test.c index d83581e5b..0a3a524ae 100644 --- a/Source/charon/testcases/receiver_test.c +++ b/Source/charon/testcases/receiver_test.c @@ -23,14 +23,16 @@ #include <string.h> #include <unistd.h> -#include "../allocator.h" -#include "sender_test.h" +#include "receiver_test.h" + #include "../globals.h" #include "../receiver.h" #include "../packet.h" #include "../socket.h" #include "../queues/send_queue.h" #include "../queues/job_queue.h" +#include "../encodings/encodings.h" +#include "../utils/allocator.h" /** * Number of packets to send by sender-thread |