diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | include/X11/Xcursor/Xcursor.h | 1 |
2 files changed, 6 insertions, 0 deletions
@@ -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; |