diff options
author | Martin Willi <martin@strongswan.org> | 2005-11-23 10:00:25 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2005-11-23 10:00:25 +0000 |
commit | 867952ad2a14af55fcd0765f61095ae80dc1b88f (patch) | |
tree | b67b71bcec4b6a5e89b26269247433be87e06cc9 /Source/charon/testcases/receiver_test.c | |
parent | 4a962238848168cba23363854be971b17e04aa92 (diff) | |
download | strongswan-867952ad2a14af55fcd0765f61095ae80dc1b88f.tar.bz2 strongswan-867952ad2a14af55fcd0765f61095ae80dc1b88f.tar.xz |
- created package threads
Diffstat (limited to 'Source/charon/testcases/receiver_test.c')
-rw-r--r-- | Source/charon/testcases/receiver_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/charon/testcases/receiver_test.c b/Source/charon/testcases/receiver_test.c index 6a0cf0a7e..f90a66075 100644 --- a/Source/charon/testcases/receiver_test.c +++ b/Source/charon/testcases/receiver_test.c @@ -26,7 +26,7 @@ #include "receiver_test.h" #include <globals.h> -#include <receiver.h> +#include <threads/receiver.h> #include <network/packet.h> #include <network/socket.h> #include <queues/send_queue.h> |