diff options
author | Martin Willi <martin@strongswan.org> | 2005-11-23 09:24:35 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2005-11-23 09:24:35 +0000 |
commit | 021c2322327fafc22858bc26218899d442a2ef77 (patch) | |
tree | b01402819c16fe8c3ae6e0a33f7944d62873c84c /Source/charon/utils/logger.c | |
parent | 94852e75500422a2cacd70a6863b8876035f5e58 (diff) | |
download | strongswan-021c2322327fafc22858bc26218899d442a2ef77.tar.bz2 strongswan-021c2322327fafc22858bc26218899d442a2ef77.tar.xz |
- changed include paths
Diffstat (limited to 'Source/charon/utils/logger.c')
-rw-r--r-- | Source/charon/utils/logger.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/charon/utils/logger.c b/Source/charon/utils/logger.c index fd1b567ba..f06a57159 100644 --- a/Source/charon/utils/logger.c +++ b/Source/charon/utils/logger.c @@ -29,8 +29,8 @@ #include "logger.h" -#include "../daemon.h" -#include "allocator.h" +#include <daemon.h> +#include <utils/allocator.h> /** * Maximum length of al log entry (only used for logger_s.log) |