From d0e346d544cd3abb0007a68137b31923020f7aeb Mon Sep 17 00:00:00 2001 From: Kent Mein Date: Mon, 25 Nov 2002 12:02:15 +0000 Subject: updated .c files to include: #ifdef HAVE_CONFIG_H #include #endif Just need to finish cpp files now :) Kent -- mein@cs.umn.edu --- source/blender/imbuf/intern/writeimage.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source/blender/imbuf/intern/writeimage.c') diff --git a/source/blender/imbuf/intern/writeimage.c b/source/blender/imbuf/intern/writeimage.c index e4d24097760..015a062f1cf 100644 --- a/source/blender/imbuf/intern/writeimage.c +++ b/source/blender/imbuf/intern/writeimage.c @@ -53,6 +53,10 @@ #include "IMB_bitplanes.h" #include "IMB_divers.h" +#ifdef HAVE_CONFIG_H +#include +#endif + short (*IMB_fp_png_encode)(struct ImBuf *ibuf, int file, int flags) = 0; -- cgit v1.2.3