diff options
Diffstat (limited to 'xicc/xlutfix.c')
-rwxr-xr-x | xicc/xlutfix.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xicc/xlutfix.c b/xicc/xlutfix.c index a0c0e4e..5492280 100755 --- a/xicc/xlutfix.c +++ b/xicc/xlutfix.c @@ -132,8 +132,9 @@ */ -#include "icc.h" +#include "aconfig.h" #include "numlib.h" +#include "icc.h" #include "xicc.h" /* NOTE:- that we only implement support for CMYK output here !!! */ |