[gimp] plug-ins: Add missing #include<X11/Xlib.h> that is breaking build
- From: Martin Nordholts <martinn src gnome org>
- To: svn-commits-list gnome org
- Subject: [gimp] plug-ins: Add missing #include<X11/Xlib.h> that is breaking build
- Date: Sun, 28 Jun 2009 09:10:19 +0000 (UTC)
commit 780404699e1b3eb915d06973f6e5f32ed33aa383
Author: Christopher Montgomery <xiphmont gmail com>
Date: Mon Jun 29 02:52:48 2009 -0400
plug-ins: Add missing #include<X11/Xlib.h> that is breaking build
plug-ins/common/file-xmc.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/plug-ins/common/file-xmc.c b/plug-ins/common/file-xmc.c
index 04b4865..811fb18 100644
--- a/plug-ins/common/file-xmc.c
+++ b/plug-ins/common/file-xmc.c
@@ -58,6 +58,7 @@
#include <libgimp/gimp.h>
#include <libgimp/gimpui.h>
+#include <X11/Xlib.h>
#include <X11/Xcursor/Xcursor.h>
#include "libgimp/stdplugins-intl.h"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]