aboutsummaryrefslogtreecommitdiff
path: root/include/globals.h
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2016-05-09 20:57:57 +0200
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2016-05-09 20:57:57 +0200
commit32669bd10b3952073a3b99e828220162ffe5535a (patch)
treefdd057bc7d15d7b2e3145e2b4defe6e1ba8db724 /include/globals.h
parentstrip whitespaces (diff)
downloadgensvm-32669bd10b3952073a3b99e828220162ffe5535a.tar.gz
gensvm-32669bd10b3952073a3b99e828220162ffe5535a.zip
use stdbool instead of bool typedef
Diffstat (limited to 'include/globals.h')
-rw-r--r--include/globals.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/globals.h b/include/globals.h
index dfd65ad..eab1d9f 100644
--- a/include/globals.h
+++ b/include/globals.h
@@ -21,6 +21,7 @@
#include <stdio.h>
#include <stdlib.h>
+#include <stdbool.h>
#include <string.h>
#define MAX_LINE_LENGTH 1024