diff options
author | Daniel Stone <daniel@fooishbar.org> | 2006-03-04 21:00:40 +0000 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2006-03-04 21:00:40 +0000 |
commit | 1f862e619f12b54bee2efbb66f77c750184b191f (patch) | |
tree | e88166f31edb5254bf341ba60aed4168135f5220 | |
parent | 461b3c5c0e47eed1b4abf5189ba92bb70d700fa1 (diff) |
Bug #4439: Include Xlib.h.
-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; |