From 7d1725c28b9e0a50df40747b36ea81cf3c9cb622 Mon Sep 17 00:00:00 2001 From: dcommander Date: Thu, 26 Jan 2012 22:20:31 +0000 Subject: Move INLINE macro into config.h. That's really where it belongs anyhow, since it is used only internally, and putting it in jconfig.h was causing problems with DevIL. git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@739 632fc199-4ca6-4c93-a231-07263d6284db --- jccolor.c | 1 + 1 file changed, 1 insertion(+) (limited to 'jccolor.c') diff --git a/jccolor.c b/jccolor.c index 0d8910a..9730555 100644 --- a/jccolor.c +++ b/jccolor.c @@ -14,6 +14,7 @@ #include "jinclude.h" #include "jpeglib.h" #include "jsimd.h" +#include "config.h" /* Private subobject */ -- cgit v1.2.3