From c59bce60f7ee21f6cff0a34f3ef67e9f286abf19 Mon Sep 17 00:00:00 2001 From: Boris Faure Date: Mon, 17 Mar 2014 22:32:25 +0100 Subject: [PATCH] col.h needs config.h --- src/bin/col.h | 1 + 1 file changed, 1 insertion(+) 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);