plug-ins: Add missing #include<X11/Xlib.h> that is breaking build

This commit is contained in:
Christopher Montgomery 2009-06-29 02:52:48 -04:00 committed by Martin Nordholts
parent bcfaed96d2
commit 780404699e

View file

@ -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"