Make tiff header usage conditional on LCMS support as intended. --- ciberandy-qiv-14b562fe2fc3/qiv.h +++ ciberandy-qiv-14b562fe2fc3/qiv.h @@ -12,6 +12,7 @@ #ifdef SUPPORT_LCMS #include #include +#include #endif /* --- ciberandy-qiv-14b562fe2fc3/utils.c +++ ciberandy-qiv-14b562fe2fc3/utils.c @@ -17,7 +17,6 @@ #include #include #include -#include #include #ifdef HAVE_EXIF #include