]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
stroke: Add missing include for UINT16_MAX
authorTobias Brunner <tobias@strongswan.org>
Tue, 9 Jun 2015 08:24:25 +0000 (10:24 +0200)
committerTobias Brunner <tobias@strongswan.org>
Tue, 9 Jun 2015 08:25:33 +0000 (10:25 +0200)
Fixes the build on FreeBSD.

Fixes #988.

src/starter/starterstroke.c
src/stroke/stroke.c

index 79a92cdad493e000b3ba4b9b17dad6c9aa4c5643..b92c00c873f9538bc3336242bd23f9b8226a0d37 100644 (file)
@@ -16,6 +16,7 @@
 
 #include <unistd.h>
 #include <stdlib.h>
+#include <stdint.h>
 #include <string.h>
 
 #include <credentials/auth_cfg.h>
index 07911d2d2762fa05ebb37b75d02be758d22679ef..2dfb66d7c7c44801d173e35cf128215632a36515 100644 (file)
@@ -17,6 +17,7 @@
 #include <stdlib.h>
 #include <unistd.h>
 #include <stdio.h>
+#include <stdint.h>
 #include <string.h>
 #include <getopt.h>