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.kar...@fox-it.com>
---
 src/openvpn/error.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/openvpn/error.h b/src/openvpn/error.h
index 0f3a812..687d9dc 100644
--- a/src/openvpn/error.h
+++ b/src/openvpn/error.h
@@ -27,6 +27,9 @@
 
 #include "basic.h"
 
+#include <errno.h>
+#include <stdbool.h>
+
 /* #define ABORT_ON_ERROR */
 
 #ifdef ENABLE_PKCS11
-- 
2.7.4


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Openvpn-devel mailing list
Openvpn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-devel

Reply via email to