diff options
Diffstat (limited to 'gtk/gtkimmodule.c')
-rw-r--r-- | gtk/gtkimmodule.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gtk/gtkimmodule.c b/gtk/gtkimmodule.c index 90f3f9468..e29975ced 100644 --- a/gtk/gtkimmodule.c +++ b/gtk/gtkimmodule.c @@ -24,6 +24,9 @@ * files for a list of changes. These files are distributed with * GTK+ at ftp://ftp.gtk.org/pub/gtk/. */ + +#include <config.h> + #include <errno.h> #include <stdio.h> #include <stdlib.h> @@ -34,7 +37,6 @@ #include "gtkimmodule.h" #include "gtkimcontextsimple.h" #include "gtkrc.h" -#include "config.h" #include "gtkintl.h" /* Do *not* include "gtkprivate.h" in this file. If you do, the |