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 <steffan.karger@fox-it.com>
Acked-by: David Sommerseth <davids@redhat.com>
Acked-by: Arne Schwabe <arne@rfc2549.org>
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 <gert@greenie.muc.de>
#include "basic.h"
+#include <errno.h>
+#include <stdbool.h>
+
#include <assert.h>
/* #define ABORT_ON_ERROR */