From b832feb3894d95a82e88da05bb9fa29c6da26211 Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Sun, 1 Jan 2017 18:14:22 +0100 Subject: make: added a bunch of tests --- src/blogc-make/exec.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/blogc-make') 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 #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, -- cgit v1.2.3-18-g5258