diff options
Diffstat (limited to 'src/blogc-make/ctx.h')
-rw-r--r-- | src/blogc-make/ctx.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 <stdbool.h> #include <time.h> #include "settings.h" +#include "../common/error.h" +#include "../common/utils.h" typedef struct { char *path; |