From 791962e06d0511c5e9435acb569a60b34fc279cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Thu, 8 Apr 2010 17:46:45 +0200 Subject: [PATCH] Include in gdkdnd-x11.c Otherwise, inclusion of shape.h triggers an unknown type error for Region, and compile fails, at least in Solaris. Reported by Philip Brown here: https://bugzilla.gnome.org/show_bug.cgi?id=615028 --- gdk/x11/gdkdnd-x11.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gdk/x11/gdkdnd-x11.c b/gdk/x11/gdkdnd-x11.c index 60adca0d3e..4b7fd85149 100644 --- a/gdk/x11/gdkdnd-x11.c +++ b/gdk/x11/gdkdnd-x11.c @@ -25,7 +25,9 @@ */ #include "config.h" + #include +#include #include #include -- GitLab