diff options
Diffstat (limited to 'src/common/stdin.c')
-rw-r--r-- | src/common/stdin.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/stdin.c b/src/common/stdin.c index 2664c3e..345b021 100644 --- a/src/common/stdin.c +++ b/src/common/stdin.c @@ -6,6 +6,7 @@ * See the file LICENSE. */ +#include <stdbool.h> #include <stdio.h> #include "utils.h" #include "stdin.h" |