From: Steffan Karger Date: Tue, 8 Nov 2016 20:18:20 +0000 (+0100) Subject: Add missing includes in error.h X-Git-Tag: v2.4_beta1~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7e51b137929e325e2ac3c14f751c3f642063cd5;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. When implementing the --tls-crypt unit tests, I ran into this. Signed-off-by: Steffan Karger Acked-by: David Sommerseth Acked-by: Arne Schwabe Message-Id: <1478636302-9678-4-git-send-email-steffan.karger@fox-it.com> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg12972.html Signed-off-by: Gert Doering --- diff --git a/src/openvpn/error.h b/src/openvpn/error.h index c90b36be2..2d8fa131f 100644 --- a/src/openvpn/error.h +++ b/src/openvpn/error.h @@ -27,6 +27,9 @@ #include "basic.h" +#include +#include + #include /* #define ABORT_ON_ERROR */