From: Matthias Andree Date: Mon, 15 May 2017 21:48:45 +0000 (+0200) Subject: Make openvpn-plugin.h self-contained again. X-Git-Tag: v2.5_beta1~692 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf9deedf425c945906d5cc482fb962796d21f123;p=thirdparty%2Fopenvpn.git Make openvpn-plugin.h self-contained again. 2.4.2 introduced a declaration that references size_t, so use the C99 way of declaring it, and add #include . Note this may break on non-C99-compliant versions of MS Visual Studio. Signed-off-by: Matthias Andree Acked-by: Gert Doering Message-Id: <1494884925-12539-1-git-send-email-matthias.andree@gmx.de> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg14658.html Signed-off-by: Gert Doering --- diff --git a/include/openvpn-plugin.h.in b/include/openvpn-plugin.h.in index 5e6f87437..aa71b4974 100644 --- a/include/openvpn-plugin.h.in +++ b/include/openvpn-plugin.h.in @@ -44,6 +44,7 @@ typedef X509 openvpn_x509_cert_t; #endif #include +#include #ifdef __cplusplus extern "C" {