From: Tobias Brunner Date: Tue, 9 Jun 2015 08:24:25 +0000 (+0200) Subject: stroke: Add missing include for UINT16_MAX X-Git-Tag: 5.3.3dr1~22 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=2d5b3d34ecd15baa28a655fc3742fcbd7b3a214f;p=thirdparty%2Fstrongswan.git stroke: Add missing include for UINT16_MAX Fixes the build on FreeBSD. Fixes #988. --- diff --git a/src/starter/starterstroke.c b/src/starter/starterstroke.c index 79a92cdad4..b92c00c873 100644 --- a/src/starter/starterstroke.c +++ b/src/starter/starterstroke.c @@ -16,6 +16,7 @@ #include #include +#include #include #include diff --git a/src/stroke/stroke.c b/src/stroke/stroke.c index 07911d2d27..2dfb66d7c7 100644 --- a/src/stroke/stroke.c +++ b/src/stroke/stroke.c @@ -17,6 +17,7 @@ #include #include #include +#include #include #include