diff options
author | Martin Willi <martin@strongswan.org> | 2005-11-10 09:17:23 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2005-11-10 09:17:23 +0000 |
commit | 67a57dc6f4f0eaec37e9e4b71be91595d1c5d2ac (patch) | |
tree | 52612eee7347913592e39abb07dc5f830c1bc4e4 /Source/charon/encodings.c | |
parent | d62ea0ddf28d8785fc9ed7cfee801c6705c68754 (diff) | |
download | strongswan-67a57dc6f4f0eaec37e9e4b71be91595d1c5d2ac.tar.bz2 strongswan-67a57dc6f4f0eaec37e9e4b71be91595d1c5d2ac.tar.xz |
- removed strongswan includes, we are now self-contained ;-)
Diffstat (limited to 'Source/charon/encodings.c')
-rw-r--r-- | Source/charon/encodings.c | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/Source/charon/encodings.c b/Source/charon/encodings.c index 26170bddd..99b272211 100644 --- a/Source/charon/encodings.c +++ b/Source/charon/encodings.c @@ -25,9 +25,12 @@ * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * for more details. */ - - #include "encodings.h" - #include "encodings/ike_header.h" + +#include <stdlib.h> + +#include "types.h" +#include "encodings.h" +#include "encodings/ike_header.h" extern payload_info_t ike_header_info; |