From 4a22e2ceab7e52e700bba4cb8e61ebfb508c05fb Mon Sep 17 00:00:00 2001 From: Antoine Jacoutot Date: Tue, 20 Sep 2011 11:57:49 +0200 Subject: [PATCH] gtkmountoperation-x11: unbreak compilation on OpenBSD. Add missing header to prevent undeclared definitions. Bug #659565 --- gtk/gtkmountoperation-x11.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/gtk/gtkmountoperation-x11.c b/gtk/gtkmountoperation-x11.c index 92914f6906..328a4be5ab 100644 --- a/gtk/gtkmountoperation-x11.c +++ b/gtk/gtkmountoperation-x11.c @@ -42,6 +42,13 @@ #include #include +#if defined(__OpenBSD__) +#include +#include +#include +#include +#endif + #include "gtkmountoperationprivate.h" #include "gtkalias.h"