aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Airlie2007-07-17 18:42:06 -0500
committerDave Airlie2007-07-17 18:42:06 -0500
commit6ad1df217647d112a21c2e004d4e3d74c7bb0e0e (patch)
treef848cba6347e880bc50448af1fab33381f0f4955 /libdrm/xf86drm.h
parentbff698d0edef90272247dfb90e454f7b98fd82dd (diff)
downloadlibdrm-6ad1df217647d112a21c2e004d4e3d74c7bb0e0e.tar.gz
libdrm-6ad1df217647d112a21c2e004d4e3d74c7bb0e0e.tar.xz
libdrm-6ad1df217647d112a21c2e004d4e3d74c7bb0e0e.zip
drm: remove drm_u64_t, replace with uint64_t everwhere
This might break something, stdint.h inclusion in drm.h maybe required but I'm not sure yet what platforms have it what ones don't.
Diffstat (limited to 'libdrm/xf86drm.h')
-rw-r--r--libdrm/xf86drm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libdrm/xf86drm.h b/libdrm/xf86drm.h
index d4260cc9..230f54ce 100644
--- a/libdrm/xf86drm.h
+++ b/libdrm/xf86drm.h
@@ -36,6 +36,7 @@
36 36
37#include <stdarg.h> 37#include <stdarg.h>
38#include <sys/types.h> 38#include <sys/types.h>
39#include <stdint.h>
39#include <drm.h> 40#include <drm.h>
40 41
41 /* Defaults, if nothing set in xf86config */ 42 /* Defaults, if nothing set in xf86config */