aboutsummaryrefslogtreecommitdiffstats
path: root/src/blogc-make/exec.h
diff options
context:
space:
mode:
authorRafael G. Martins <rafael@rafaelmartins.eng.br>2017-01-01 18:14:22 +0100
committerRafael G. Martins <rafael@rafaelmartins.eng.br>2017-01-01 18:14:22 +0100
commitb832feb3894d95a82e88da05bb9fa29c6da26211 (patch)
tree7a7845fd5256b1454743817fd587fa7621164c05 /src/blogc-make/exec.h
parent463f6bd5a7f74827427b431452b0720f7be3bd62 (diff)
downloadblogc-b832feb3894d95a82e88da05bb9fa29c6da26211.tar.gz
blogc-b832feb3894d95a82e88da05bb9fa29c6da26211.tar.bz2
blogc-b832feb3894d95a82e88da05bb9fa29c6da26211.zip
make: added a bunch of tests
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,