diff options
author | Tobias Brunner <tobias@strongswan.org> | 2010-07-05 13:52:05 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2010-09-02 19:01:22 +0200 |
commit | c5f7146b17453d1d4d2c7cbd4e9880a3fd342591 (patch) | |
tree | 584be6d9d6e57082ad9c50e8cffc1aeee86e5514 /src/libhydra/processing | |
parent | 633fbe4fde8887d8026c1c121f26c220dda26329 (diff) | |
download | strongswan-c5f7146b17453d1d4d2c7cbd4e9880a3fd342591.tar.bz2 strongswan-c5f7146b17453d1d4d2c7cbd4e9880a3fd342591.tar.xz |
Refer to processor via hydra and not charon.
Diffstat (limited to 'src/libhydra/processing')
-rw-r--r-- | src/libhydra/processing/processor.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libhydra/processing/processor.c b/src/libhydra/processing/processor.c index 731c9e296..2a44f61e8 100644 --- a/src/libhydra/processing/processor.c +++ b/src/libhydra/processing/processor.c @@ -20,6 +20,7 @@ #include "processor.h" +#include <debug.h> #include <threading/thread.h> #include <threading/condvar.h> #include <threading/mutex.h> |