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.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/blogc-make/ctx.c') diff --git a/src/blogc-make/ctx.c b/src/blogc-make/ctx.c index 454f99a..2a4426d 100644 --- a/src/blogc-make/ctx.c +++ b/src/blogc-make/ctx.c @@ -6,13 +6,12 @@ * See the file LICENSE. */ -#include #include -#include #include #include #include #include +#include "../common/error.h" #include "../common/file.h" #include "../common/utils.h" #include "atom.h" -- cgit v1.2.3-18-g5258