aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2012-08-29 15:27:04 +0200
committerTobias Brunner <tobias@strongswan.org>2012-08-29 15:32:26 +0200
commit55e05aa226f85cfcc9267f3f41d17a5e5a6bf80e (patch)
tree23b75903150fbd4e8819053dffb46747d20a7c8e
parent584c063e3684e7b7d12bdb92a8e8df9bc9c4bbea (diff)
downloadstrongswan-55e05aa226f85cfcc9267f3f41d17a5e5a6bf80e.tar.bz2
strongswan-55e05aa226f85cfcc9267f3f41d17a5e5a6bf80e.tar.xz
Include stdint.h for UINT32_MAX on FreeBSD
-rw-r--r--src/libipsec/esp_context.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libipsec/esp_context.c b/src/libipsec/esp_context.c
index c7fb7ab2f..dc3ad3f8b 100644
--- a/src/libipsec/esp_context.c
+++ b/src/libipsec/esp_context.c
@@ -16,6 +16,7 @@
*/
#include <limits.h>
+#include <stdint.h>
#include "esp_context.h"