diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2016-05-09 20:57:57 +0200 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2016-05-09 20:57:57 +0200 |
| commit | 32669bd10b3952073a3b99e828220162ffe5535a (patch) | |
| tree | fdd057bc7d15d7b2e3145e2b4defe6e1ba8db724 /include/globals.h | |
| parent | strip whitespaces (diff) | |
| download | gensvm-32669bd10b3952073a3b99e828220162ffe5535a.tar.gz gensvm-32669bd10b3952073a3b99e828220162ffe5535a.zip | |
use stdbool instead of bool typedef
Diffstat (limited to 'include/globals.h')
| -rw-r--r-- | include/globals.h | 1 |
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 |
