From c43b487246fdfd2ddc5c794763b18255ac6a318e Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Thu, 5 Apr 2018 22:35:25 +0200 Subject: *: use squareball yeah, changed my mind again :) --- src/blogc-make/atom.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/blogc-make/atom.h') diff --git a/src/blogc-make/atom.h b/src/blogc-make/atom.h index 9f47adc..0bf8bdb 100644 --- a/src/blogc-make/atom.h +++ b/src/blogc-make/atom.h @@ -9,10 +9,11 @@ #ifndef _MAKE_ATOM_H #define _MAKE_ATOM_H -#include "../common/error.h" +#include + #include "settings.h" -char* bm_atom_deploy(bm_settings_t *settings, bc_error_t **err); +char* bm_atom_deploy(bm_settings_t *settings, sb_error_t **err); void bm_atom_destroy(const char *fname); #endif /* _MAKE_ATOM_H */ -- cgit v1.2.3-18-g5258