diff options
author | Mattias Andrée <maandree@kth.se> | 2017-06-11 01:04:18 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2017-06-11 01:04:18 +0200 |
commit | 97ab31ce3a681b3ef3384a0e166ba2779558395e (patch) | |
tree | ec9b638b0cbe43211a8385e0dd9a045dfad3f786 /double.c | |
parent | Test and fix libcolour_convert_en_masse (diff) | |
download | libcolour-97ab31ce3a681b3ef3384a0e166ba2779558395e.tar.gz libcolour-97ab31ce3a681b3ef3384a0e166ba2779558395e.tar.bz2 libcolour-97ab31ce3a681b3ef3384a0e166ba2779558395e.tar.xz |
Add common.h
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'double.c')
-rw-r--r-- | double.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -81,6 +81,7 @@ #define libcolour_unmarshal libcolour_unmarshal_lf #define libcolour_convert_en_masse libcolour_convert_en_masse_lf +#include "common.h" #include "convert-template.c" #include "libcolour-template.c" #include "en_masse-template.c" |