diff --git a/gdk/win32/gdkkeys-win32.c b/gdk/win32/gdkkeys-win32.c index 97034899a5..48590f9532 100644 --- a/gdk/win32/gdkkeys-win32.c +++ b/gdk/win32/gdkkeys-win32.c @@ -21,6 +21,8 @@ * files for a list of changes. These files are distributed with * GTK+ at ftp://ftp.gtk.org/pub/gtk/. */ +#include "config.h" + #include #include #include @@ -36,8 +38,6 @@ #include "gdkkeysprivate.h" #include "gdkwin32keys.h" -#include "config.h" - struct _GdkWin32KeymapClass { GdkKeymapClass parent_class; diff --git a/gdk/win32/gdktestutils-win32.c b/gdk/win32/gdktestutils-win32.c index a4a643f30d..e1e574a36a 100644 --- a/gdk/win32/gdktestutils-win32.c +++ b/gdk/win32/gdktestutils-win32.c @@ -15,6 +15,8 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library. If not, see . */ +#include "config.h" + #include #include #include