aboutsummaryrefslogtreecommitdiffstats
path: root/src/blogc-make/exec.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/blogc-make/exec.h')
-rw-r--r--src/blogc-make/exec.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/blogc-make/exec.h b/src/blogc-make/exec.h
index ecc7f2c..04bd44e 100644
--- a/src/blogc-make/exec.h
+++ b/src/blogc-make/exec.h
@@ -9,8 +9,10 @@
#ifndef _MAKE_EXEC_H
#define _MAKE_EXEC_H
+#include <stdbool.h>
#include "../common/error.h"
#include "../common/utils.h"
+#include "ctx.h"
#include "settings.h"
int bm_exec_command(const char *cmd, const char *input, char **output,