aboutsummaryrefslogtreecommitdiff
path: root/src/openvpn/syshead.h
diff options
context:
space:
mode:
authorArne Schwabe2016-11-19 16:35:56 +0100
committerGert Doering2016-11-19 20:02:22 +0100
commit35be7e0d556a6b76e30f1e7348319e9dedf829aa (patch)
tree2636012a9286623f30ea7a5eaa78150658bec36f /src/openvpn/syshead.h
parent6ede22c4f58c7d32967299d6a71cda93c88dd656 (diff)
downloadopenvpn-35be7e0d556a6b76e30f1e7348319e9dedf829aa.zip
openvpn-35be7e0d556a6b76e30f1e7348319e9dedf829aa.tar.gz
Remove compat-stdbool.h.
Since we use C99, we are guaranteed to have stdbool.h available Acked-by: Gert Doering <gert@greenie.muc.de> Message-Id: <1479569756-23302-1-git-send-email-arne@rfc2549.org> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg13123.html Signed-off-by: Gert Doering <gert@greenie.muc.de>
Diffstat (limited to 'src/openvpn/syshead.h')
-rw-r--r--src/openvpn/syshead.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openvpn/syshead.h b/src/openvpn/syshead.h
index 8de7d87..f5008b7 100644
--- a/src/openvpn/syshead.h
+++ b/src/openvpn/syshead.h
@@ -26,7 +26,7 @@
#define SYSHEAD_H
#include "compat.h"
-#include "compat-stdbool.h"
+#include <stdbool.h>
/* branch prediction hints */
#if defined(__GNUC__)