summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/X11/Xcursor/Xcursor.h.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/X11/Xcursor/Xcursor.h.in b/include/X11/Xcursor/Xcursor.h.in
index 1a14386..36400bf 100644
--- a/include/X11/Xcursor/Xcursor.h.in
+++ b/include/X11/Xcursor/Xcursor.h.in
@@ -23,11 +23,12 @@
#ifndef _XCURSOR_H_
#define _XCURSOR_H_
#include <stdio.h>
+#include <stdint.h>
#include <X11/Xfuncproto.h>
#include <X11/Xlib.h>
typedef int XcursorBool;
-typedef unsigned int XcursorUInt;
+typedef uint32_t XcursorUInt;
typedef XcursorUInt XcursorDim;
typedef XcursorUInt XcursorPixel;