libdrm: fix bad formats for mips64 and ppc64

Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
Rosen Penev 2022-01-30 22:57:30 -08:00
parent 85cb71d8d8
commit 00af0fa946
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
--- 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;