diff options
author | Mattias Andrée <maandree@kth.se> | 2023-01-26 18:28:06 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2023-01-26 18:28:06 +0100 |
commit | 27289762a392650454942277e15f60d13f187992 (patch) | |
tree | a977338fce9d5d90d3b9c61a38ea785f5d79baea /common.h | |
parent | Makefile: fix installation of man pages (diff) | |
download | libglitter-27289762a392650454942277e15f60d13f187992.tar.gz libglitter-27289762a392650454942277e15f60d13f187992.tar.bz2 libglitter-27289762a392650454942277e15f60d13f187992.tar.xz |
Fix and test libglitter_get_colour_model_conversion_matrix_{double,float}
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'common.h')
-rw-r--r-- | common.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ #include <stdio.h> #include <stdint.h> #include <stdlib.h> +#include <string.h> #define RENDER_METHOD_VSTRIPS 0 |