You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

12 lines
293 B

--- a/include/drm/drm.h
+++ b/include/drm/drm.h
@@ -38,6 +38,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;