aboutsummaryrefslogtreecommitdiff
path: root/jccolor.c
diff options
context:
space:
mode:
authordcommander <dcommander@632fc199-4ca6-4c93-a231-07263d6284db>2012-01-26 22:20:31 +0000
committerdcommander <dcommander@632fc199-4ca6-4c93-a231-07263d6284db>2012-01-26 22:20:31 +0000
commit7d1725c28b9e0a50df40747b36ea81cf3c9cb622 (patch)
treec54cea3171037542e307e37a16568578be984353 /jccolor.c
parentb8a82b0de31dd741ff58ec9eeecc117772bf1615 (diff)
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
Diffstat (limited to 'jccolor.c')
-rw-r--r--jccolor.c1
1 files changed, 1 insertions, 0 deletions
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 */