]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Fixed compile error because of charon->name in certexpire plugin.
authorTobias Brunner <tobias@strongswan.org>
Thu, 21 Jun 2012 11:59:18 +0000 (13:59 +0200)
committerTobias Brunner <tobias@strongswan.org>
Thu, 21 Jun 2012 11:59:18 +0000 (13:59 +0200)
src/libcharon/plugins/certexpire/certexpire_export.c

index 87678fac623ac0e04e295d76e74510dc31a9adef..8e046d0fee88f2c8b0e44d3510bc0c4da1e8c786 100644 (file)
@@ -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>