diff --git a/src/bin/col.h b/src/bin/col.h index 8332ae75..c2772876 100644 --- a/src/bin/col.h +++ b/src/bin/col.h @@ -2,6 +2,7 @@ #define _COL_H__ 1 #include +#include "config.h" void colors_term_init(Evas_Object *textgrid, Evas_Object *bg, Config *config); void colors_standard_get(int set, int col, unsigned char *r, unsigned char *g, unsigned char *b, unsigned char *a);