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 /long-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 'long-double.c')
-rw-r--r-- | long-double.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/long-double.c b/long-double.c index b91da21..65954c3 100644 --- a/long-double.c +++ b/long-double.c @@ -81,6 +81,7 @@ #define libcolour_unmarshal libcolour_unmarshal_llf #define libcolour_convert_en_masse libcolour_convert_en_masse_llf +#include "common.h" #include "convert-template.c" #include "libcolour-template.c" #include "en_masse-template.c" |