From c6e4adb3e9c9b0a706cc49e569defaf67f6937cc Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Fri, 18 Jun 2010 17:30:17 +0900 Subject: [PATCH] eekboard: include config.h --- src/eekboard.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/eekboard.c b/src/eekboard.c index c753f627..e7d349d7 100644 --- a/src/eekboard.c +++ b/src/eekboard.c @@ -16,6 +16,10 @@ * along with this program. If not, see . */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif /* HAVE_CONFIG_H */ + #if HAVE_CLUTTER_GTK #include #endif