diff options
author | nirav <nirav@teisuu.com> | 2018-10-22 23:07:38 +0530 |
---|---|---|
committer | Dandelion <nirav@teisuu.com> | 2018-10-22 23:07:38 +0530 |
commit | 32eb3619140b2682a6c61ab2cd3376a1981861f6 (patch) | |
tree | eff5bca95b9b5d07796c07d4e24abe84e97f4ba6 /src/option.c | |
parent | 62cdffbb4d3e93d6785f3054f7fa81b7cc8b6de7 (diff) | |
download | im-32eb3619140b2682a6c61ab2cd3376a1981861f6.tar.gz im-32eb3619140b2682a6c61ab2cd3376a1981861f6.zip |
Switched to stdbool
Diffstat (limited to 'src/option.c')
-rw-r--r-- | src/option.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/option.c b/src/option.c index 66a99f0..548b5b8 100644 --- a/src/option.c +++ b/src/option.c @@ -1,6 +1,7 @@ #include <stdio.h> #include <stdlib.h> #include <unistd.h> +#include <stdbool.h> #include "option.h" |