summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--include/X11/Xcursor/Xcursor.h1
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index acd53e7..5784089 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-03-04 Daniel Stone <daniel@freedesktop.org>
+
+ * include/X11/Xcursor/Xcursor.h:
+ Bug #4439: Include Xlib.h.
+
2005-12-14 Kevin E. Martin <kem-at-freedesktop-dot-org>
* configure.ac:
diff --git a/include/X11/Xcursor/Xcursor.h b/include/X11/Xcursor/Xcursor.h
index feb38ed..834e3f1 100644
--- a/include/X11/Xcursor/Xcursor.h
+++ b/include/X11/Xcursor/Xcursor.h
@@ -26,6 +26,7 @@
#define _XCURSOR_H_
#include <stdio.h>
#include <X11/Xfuncproto.h>
+#include <X11/Xlib.h>
typedef int XcursorBool;
typedef unsigned int XcursorUInt;