From a93540a4f6d2c63e5d56425e3a0e5ea33ee12406 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rafa=C3=ABl=20Carr=C3=A9?= Date: Fri, 25 Jan 2008 12:51:53 +0000 Subject: [PATCH] fix apple remote compilation --- modules/gui/macosx/intf.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/gui/macosx/intf.h b/modules/gui/macosx/intf.h index 9a1f66f853..2b578ac6d9 100644 --- a/modules/gui/macosx/intf.h +++ b/modules/gui/macosx/intf.h @@ -24,6 +24,10 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. *****************************************************************************/ +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif + #include #include #include -- 2.39.2