]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Make openvpn-plugin.h self-contained again.
authorMatthias Andree <matthias.andree@gmx.de>
Mon, 15 May 2017 21:48:45 +0000 (23:48 +0200)
committerGert Doering <gert@greenie.muc.de>
Thu, 18 May 2017 11:04:37 +0000 (13:04 +0200)
commit37b3409681ee04b7cb7c246a7fd701a883e582e2
tree403531e05dc621a714398a8232aaa4c09ec8c300
parent4ae06ef696638efcf4cd045e4541877ef5a92e68
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>
(cherry picked from commit cf9deedf425c945906d5cc482fb962796d21f123)
include/openvpn-plugin.h.in