diff options
Diffstat (limited to 'Source/charon/sender.c')
-rw-r--r-- | Source/charon/sender.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Source/charon/sender.c b/Source/charon/sender.c index d72f7b122..cbef73e60 100644 --- a/Source/charon/sender.c +++ b/Source/charon/sender.c @@ -23,11 +23,12 @@ #include <stdlib.h> #include <pthread.h> -#include "allocator.h" #include "sender.h" + +#include "allocator.h" #include "socket.h" #include "packet.h" -#include "send_queue.h" +#include "queues/send_queue.h" #include "globals.h" /** |