From 0fbadc8eb7c93e10902cc4357a42dcd73c0a076b Mon Sep 17 00:00:00 2001 From: Kent Mein Date: Mon, 25 Nov 2002 09:53:07 +0000 Subject: Yes I did it again ;) added the following 3 lines to everything in the intern dir: #ifdef HAVE_CONFIG_H #include #endif Kent -- mein@cs.umn.edu --- intern/img/extern/IMG_PixmapRGBA32.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'intern/img/extern/IMG_PixmapRGBA32.h') diff --git a/intern/img/extern/IMG_PixmapRGBA32.h b/intern/img/extern/IMG_PixmapRGBA32.h index 861b9ab3ebf..7d7a937321d 100644 --- a/intern/img/extern/IMG_PixmapRGBA32.h +++ b/intern/img/extern/IMG_PixmapRGBA32.h @@ -45,6 +45,11 @@ #ifndef _H_IMG_PixmapRGBA32 #define _H_IMG_PixmapRGBA32 +#ifdef HAVE_CONFIG_H +#include +#endif + + #include "IMG_Pixmap.h" #include "IMG_MemPtr.h" #include "IMG_Color.h" -- cgit v1.2.3