aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon
diff options
context:
space:
mode:
Diffstat (limited to 'Source/charon')
-rw-r--r--Source/charon/tests/sender_test.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/Source/charon/tests/sender_test.c b/Source/charon/tests/sender_test.c
index d9974adcf..580320b94 100644
--- a/Source/charon/tests/sender_test.c
+++ b/Source/charon/tests/sender_test.c
@@ -23,16 +23,13 @@
#include <string.h>
#include "sender_test.h"
+#include "../globals.h"
#include "../sender.h"
#include "../packet.h"
#include "../socket.h"
#include "../send_queue.h"
#include "../job_queue.h"
-extern send_queue_t *global_send_queue;
-
-extern socket_t *global_socket;
-
/**
* Number of packets to send by sender-thread
*/