diff options
author | Tobias Brunner <tobias@strongswan.org> | 2012-06-21 13:59:18 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2012-06-21 13:59:18 +0200 |
commit | aa8898bc455cae6920694c841e7e1dacab862bcf (patch) | |
tree | 26ca1c49cd173134c8371f0933c9684ef7266815 | |
parent | bf577b67141c3ed518798dcb1b0793187fba01f2 (diff) | |
download | strongswan-aa8898bc455cae6920694c841e7e1dacab862bcf.tar.bz2 strongswan-aa8898bc455cae6920694c841e7e1dacab862bcf.tar.xz |
Fixed compile error because of charon->name in certexpire plugin.
-rw-r--r-- | src/libcharon/plugins/certexpire/certexpire_export.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libcharon/plugins/certexpire/certexpire_export.c b/src/libcharon/plugins/certexpire/certexpire_export.c index 87678fac6..8e046d0fe 100644 --- a/src/libcharon/plugins/certexpire/certexpire_export.c +++ b/src/libcharon/plugins/certexpire/certexpire_export.c @@ -22,6 +22,7 @@ #include <errno.h> #include <debug.h> +#include <daemon.h> #include <utils/hashtable.h> #include <threading/mutex.h> #include <credentials/certificates/x509.h> |