mirror of
https://github.com/OpenVPN/openvpn.git
synced 2026-05-28 04:03:29 -04:00
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 <stddef.h>. Note this may break on non-C99-compliant versions of MS Visual Studio. Signed-off-by: Matthias Andree <matthias.andree@gmx.de> Acked-by: Gert Doering <gert@greenie.muc.de> 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 <gert@greenie.muc.de>
This commit is contained in:
parent
d4071dd155
commit
cf9deedf42
1 changed files with 1 additions and 0 deletions
|
|
@ -44,6 +44,7 @@ typedef X509 openvpn_x509_cert_t;
|
|||
#endif
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <stddef.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
|
|||
Loading…
Reference in a new issue