From 22bcb9599c83f396c54b09408beb9d8c2e5cff92 Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Tue, 3 Jan 2017 03:56:03 +0100 Subject: make: fixed includes --- src/blogc-make/ctx.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/blogc-make/ctx.h') diff --git a/src/blogc-make/ctx.h b/src/blogc-make/ctx.h index 3e18048..05e85fc 100644 --- a/src/blogc-make/ctx.h +++ b/src/blogc-make/ctx.h @@ -12,6 +12,8 @@ #include #include #include "settings.h" +#include "../common/error.h" +#include "../common/utils.h" typedef struct { char *path; -- cgit v1.2.3-18-g5258