diff options
author | Martin Willi <martin@strongswan.org> | 2005-11-14 06:55:51 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2005-11-14 06:55:51 +0000 |
commit | c0211a292bb76a160ddf9ae55b9380ce71c41577 (patch) | |
tree | 91db015c02f6e0916709f50730d893eb25bbb311 /Source/charon/daemon.c | |
parent | 52f831011f711eec38f89971bdcfe225b78535be (diff) | |
download | strongswan-c0211a292bb76a160ddf9ae55b9380ce71c41577.tar.bz2 strongswan-c0211a292bb76a160ddf9ae55b9380ce71c41577.tar.xz |
- fixed bad SVN issues, should all work again now
- does not compile, need rewrite of parser and generator
Diffstat (limited to 'Source/charon/daemon.c')
-rw-r--r-- | Source/charon/daemon.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/charon/daemon.c b/Source/charon/daemon.c index 930fbf69f..fc7efdfd1 100644 --- a/Source/charon/daemon.c +++ b/Source/charon/daemon.c @@ -24,8 +24,8 @@ #include "types.h" -#include "tester.h" -#include "job_queue.h" +#include "utils/tester.h" +#include "queues/job_queue.h" job_queue_t *job_queue; |