diff options
Diffstat (limited to 'src/blogc-git-receiver/shell-command-parser.c')
-rw-r--r-- | src/blogc-git-receiver/shell-command-parser.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/blogc-git-receiver/shell-command-parser.c b/src/blogc-git-receiver/shell-command-parser.c index cc8c537..0c867b8 100644 --- a/src/blogc-git-receiver/shell-command-parser.c +++ b/src/blogc-git-receiver/shell-command-parser.c @@ -6,6 +6,7 @@ * See the file LICENSE. */ +#include <stdbool.h> #include <stdlib.h> #include <string.h> #include "../common/utils.h" |