]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Include stdint.h for UINT32_MAX on FreeBSD
authorTobias Brunner <tobias@strongswan.org>
Wed, 29 Aug 2012 13:27:04 +0000 (15:27 +0200)
committerTobias Brunner <tobias@strongswan.org>
Wed, 29 Aug 2012 13:32:26 +0000 (15:32 +0200)
src/libipsec/esp_context.c

index c7fb7ab2fa4b0082eb96b0e23d04308ef1376048..dc3ad3f8bf9e7f92b0386cf9a74314dadf600018 100644 (file)
@@ -16,6 +16,7 @@
  */
 
 #include <limits.h>
+#include <stdint.h>
 
 #include "esp_context.h"