Bug #4439: Include Xlib.h.

This commit is contained in:
Daniel Stone 2006-03-04 21:00:40 +00:00
parent 461b3c5c0e
commit 1f862e619f
2 changed files with 6 additions and 0 deletions

View file

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

View file

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