diff options
author | Tobias Brunner <tobias@strongswan.org> | 2011-10-27 15:42:44 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2011-10-27 15:42:44 +0200 |
commit | 54ce738920002493732075e0f29716db6b09a9d0 (patch) | |
tree | a992a0af2786bc71dd570268606baf994db29779 | |
parent | 3b8ed73708ad81ad55ba2777e40cf81925443720 (diff) | |
download | strongswan-54ce738920002493732075e0f29716db6b09a9d0.tar.bz2 strongswan-54ce738920002493732075e0f29716db6b09a9d0.tar.xz |
pluto: Compile warning fixed.
-rw-r--r-- | src/pluto/plugin_list.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pluto/plugin_list.c b/src/pluto/plugin_list.c index d6ace1de3..499218904 100644 --- a/src/pluto/plugin_list.c +++ b/src/pluto/plugin_list.c @@ -14,6 +14,7 @@ */ #include <whack.h> +#include <log.h> #include <library.h> #include <utils/linked_list.h> |