aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/receiver.c
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2005-11-23 09:34:31 +0000
committerMartin Willi <martin@strongswan.org>2005-11-23 09:34:31 +0000
commit7cf14676dbd2d54203b78044b2b8da38d2bfb315 (patch)
tree70ed33dc094de594071a3e68bd16fe956797a497 /Source/charon/receiver.c
parent021c2322327fafc22858bc26218899d442a2ef77 (diff)
downloadstrongswan-7cf14676dbd2d54203b78044b2b8da38d2bfb315.tar.bz2
strongswan-7cf14676dbd2d54203b78044b2b8da38d2bfb315.tar.xz
- jobs moved into queues
Diffstat (limited to 'Source/charon/receiver.c')
-rw-r--r--Source/charon/receiver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/charon/receiver.c b/Source/charon/receiver.c
index 75ce071dd..3f77eb5e8 100644
--- a/Source/charon/receiver.c
+++ b/Source/charon/receiver.c
@@ -28,8 +28,8 @@
#include <socket.h>
#include <packet.h>
#include <globals.h>
-#include <jobs/job.h>
#include <queues/job_queue.h>
+#include <queues/jobs/job.h>
#include <utils/allocator.h>
#include <utils/logger_manager.h>