Bump libdrm to 2.4.71 (Ken Mays)
[unleashed-userland.git] / components / x11 / libdrm / patches / etnaviv.patch
blob397f500ab92ae939963889f8a93c488dc3e74530
1 --- libdrm-2.4.71/etnaviv/etnaviv_device.c.old 2016-10-18 23:11:06.163832408 +0300
2 +++ libdrm-2.4.71/etnaviv/etnaviv_device.c 2016-10-18 23:12:18.805796392 +0300
3 @@ -29,8 +29,8 @@
4 #endif
6 #include <stdlib.h>
7 -#include <linux/stddef.h>
8 -#include <linux/types.h>
9 +#include <stddef.h>
10 +#include <sys/types.h>
11 #include <errno.h>
12 #include <sys/mman.h>
13 #include <fcntl.h>