]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
Add missing includes in error.h
authorSteffan Karger <steffan.karger@fox-it.com>
Tue, 9 May 2017 18:52:42 +0000 (20:52 +0200)
committerDavid Sommerseth <davids@openvpn.net>
Tue, 9 May 2017 19:17:30 +0000 (21:17 +0200)
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 <steffan.karger@fox-it.com>
Acked-by: David Sommerseth <davids@openvpn.net>
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 <davids@openvpn.net>
src/openvpn/error.h

index 0f3a81203d6cfbade4a08374cc10a5f4da3a2164..687d9dc0c21754fda6f95a37a54a7d4aca64d40e 100644 (file)
@@ -27,6 +27,9 @@
 
 #include "basic.h"
 
+#include <errno.h>
+#include <stdbool.h>
+
 /* #define ABORT_ON_ERROR */
 
 #ifdef ENABLE_PKCS11