eekboard: include config.h

This commit is contained in:
Daiki Ueno
2010-06-18 17:30:17 +09:00
parent e0c9319339
commit c6e4adb3e9

View File

@ -16,6 +16,10 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif /* HAVE_CONFIG_H */
#if HAVE_CLUTTER_GTK
#include <clutter-gtk/clutter-gtk.h>
#endif