diff options
Diffstat (limited to 'Source/charon/testcases/sender_test.c')
-rw-r--r-- | Source/charon/testcases/sender_test.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/charon/testcases/sender_test.c b/Source/charon/testcases/sender_test.c index 67ba5573c..8617686f7 100644 --- a/Source/charon/testcases/sender_test.c +++ b/Source/charon/testcases/sender_test.c @@ -22,14 +22,15 @@ #include <string.h> -#include "../allocator.h" #include "sender_test.h" + #include "../globals.h" #include "../sender.h" #include "../packet.h" #include "../socket.h" #include "../queues/send_queue.h" #include "../queues/job_queue.h" +#include "../utils/allocator.h" /** * Number of packets to send by sender-thread |