[gnutls-devel] [PATCH] cli: add missing stdbool.h

Alon Bar-Lev alon.barlev at gmail.com
Thu Oct 24 22:38:16 CEST 2013


Signed-off-by: Alon Bar-Lev <alon.barlev at gmail.com>
---
 src/cli.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/cli.c b/src/cli.c
index 162fa13..325adaf 100644
--- a/src/cli.c
+++ b/src/cli.c
@@ -34,6 +34,7 @@
 #include <sys/select.h>
 #include <unistd.h>
 #include <stdint.h>
+#include <stdbool.h>
 #include <fcntl.h>
 #include <netdb.h>
 #include <ctype.h>
-- 
1.8.1.5




More information about the Gnutls-devel mailing list