diff options
Diffstat (limited to 'user/mach64-drm/header-fix.patch')
-rw-r--r-- | user/mach64-drm/header-fix.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/user/mach64-drm/header-fix.patch b/user/mach64-drm/header-fix.patch new file mode 100644 index 000000000..797bf8194 --- /dev/null +++ b/user/mach64-drm/header-fix.patch @@ -0,0 +1,10 @@ +--- mach64-drm-5.6/mach64_drv.c.old 2020-04-24 00:36:27.000000000 +0000 ++++ mach64-drm-5.6/mach64_drv.c 2020-08-09 20:03:14.816701578 +0000 +@@ -32,6 +32,7 @@ + + #include <drm/drm_drv.h> + #include <drm/drm_file.h> ++#include <drm/drm_pci.h> + + #include "mach64_drm.h" + #include "mach64_drv.h" |