From e4418dacd90adb3b27ef97c26cd2919647fc915a Mon Sep 17 00:00:00 2001 From: Magnus Jacobsson Date: Tue, 27 Jul 2021 11:48:19 +0200 Subject: [PATCH] sparse: replace local declaration of colorxlate with including common/colorprocs.h in colorutil.h --- lib/sparse/colorutil.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/sparse/colorutil.h b/lib/sparse/colorutil.h index 83c91924d..b08e1e7ff 100644 --- a/lib/sparse/colorutil.h +++ b/lib/sparse/colorutil.h @@ -11,13 +11,12 @@ #pragma once #include +#include #ifdef __cplusplus extern "C" { #endif -extern int colorxlate(char *str, gvcolor_t * color, color_type_t target_type); - void rgb2hex(float r, float g, float b, char *cstring, const char* opacity); /* dimension of cstring must be >=7 */ -- 2.40.0