aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/encodings.c
diff options
context:
space:
mode:
Diffstat (limited to 'Source/charon/encodings.c')
-rw-r--r--Source/charon/encodings.c9
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;