From: Magnus Jacobsson Date: Tue, 27 Jul 2021 09:48:19 +0000 (+0200) Subject: sparse: replace local declaration of colorxlate with including common/colorprocs... X-Git-Tag: 3.0.0~93^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e4418dacd90adb3b27ef97c26cd2919647fc915a;p=graphviz sparse: replace local declaration of colorxlate with including common/colorprocs.h in colorutil.h --- 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 */