diff options
author | Dave Airlie <airlied@linux.ie> | 2007-07-18 09:42:06 +1000 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2007-07-18 09:42:06 +1000 |
commit | 6ad1df217647d112a21c2e004d4e3d74c7bb0e0e (patch) | |
tree | f848cba6347e880bc50448af1fab33381f0f4955 /libdrm/xf86drm.h | |
parent | bff698d0edef90272247dfb90e454f7b98fd82dd (diff) |
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.h | 1 |
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 @@ #include <stdarg.h> #include <sys/types.h> +#include <stdint.h> #include <drm.h> /* Defaults, if nothing set in xf86config */ |