libdrm: update to 2.4.114
[feed/packages.git] / libs / libdrm / patches / 010-64bit.patch
1 --- a/include/drm/drm.h
2 +++ b/include/drm/drm.h
3 @@ -37,6 +37,9 @@
4
5 #if defined(__linux__)
6
7 +#ifndef __SANE_USERSPACE_TYPES__
8 +#define __SANE_USERSPACE_TYPES__ /* For PPC64, to get LL64 types */
9 +#endif
10 #include <linux/types.h>
11 #include <asm/ioctl.h>
12 typedef unsigned int drm_handle_t;