From: Steffan Karger Date: Tue, 9 May 2017 18:52:42 +0000 (+0200) Subject: Add missing includes in error.h X-Git-Tag: v2.3.15~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=895abd4be776b792a5f8909eaf2a5b110798a435;p=thirdparty%2Fopenvpn.git Add missing includes in error.h error.h depends on these, but is apparently never used by files that do not include them. Cherry-picked from b7e51b13 (master). Signed-off-by: Steffan Karger Acked-by: David Sommerseth Message-Id: <1494355962-21545-1-git-send-email-steffan.karger@fox-it.com> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg14612.html Signed-off-by: David Sommerseth --- diff --git a/src/openvpn/error.h b/src/openvpn/error.h index 0f3a81203..687d9dc0c 100644 --- a/src/openvpn/error.h +++ b/src/openvpn/error.h @@ -27,6 +27,9 @@ #include "basic.h" +#include +#include + /* #define ABORT_ON_ERROR */ #ifdef ENABLE_PKCS11