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