diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2009-10-13 13:55:06 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2009-10-13 13:55:06 +0200 |
commit | 27f4dd33b27856817c13886e373c5da40aa9d0db (patch) | |
tree | 417df7585ec9c219e746481ff23eeff19542f3c3 /src/pluto/constants.c | |
parent | 930443afffae63f1978df94fb854f10974f42fcf (diff) | |
download | strongswan-27f4dd33b27856817c13886e373c5da40aa9d0db.tar.bz2 strongswan-27f4dd33b27856817c13886e373c5da40aa9d0db.tar.xz |
use definitions from libstrongswan/attributes/attributes.h
Diffstat (limited to 'src/pluto/constants.c')
-rw-r--r-- | src/pluto/constants.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pluto/constants.c b/src/pluto/constants.c index 6e4198350..4716c6ad8 100644 --- a/src/pluto/constants.c +++ b/src/pluto/constants.c @@ -25,6 +25,8 @@ #include <freeswan.h> +#include <attributes/attributes.h> + #include "constants.h" #include "defs.h" #include "log.h" |