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