From beae42c49b7316edb2456a128a405bce3c01302e Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 21 Aug 2014 13:19:26 -0400 Subject: [PATCH] Include config.h first Otherwise, we miss the _GNU_SOURCE #define that configure puts there. --- gdk/wayland/gdkdevice-wayland.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gdk/wayland/gdkdevice-wayland.c b/gdk/wayland/gdkdevice-wayland.c index efe413ab3d..26d81b43eb 100644 --- a/gdk/wayland/gdkdevice-wayland.c +++ b/gdk/wayland/gdkdevice-wayland.c @@ -15,12 +15,12 @@ * License along with this library. If not, see . */ +#include "config.h" + #include #include #include -#include "config.h" - #include #include #include