thunderbird: update to 45.5.1
[unleashed-userland.git] / components / x11 / libdrm / patches / exynos.patch
blobb511dd4612f5fd90a1125af2fae731dc40bffeae
1 --- libdrm-2.4.58/exynos/exynos_drm.c.backup 2015-01-08 18:34:51.809200717 +0300
2 +++ libdrm-2.4.58/exynos/exynos_drm.c 2015-01-08 18:35:10.234657246 +0300
3 @@ -34,7 +34,7 @@
4 #include <errno.h>
6 #include <sys/mman.h>
7 -#include <linux/stddef.h>
8 +#include <stddef.h>
10 #include <xf86drm.h>
12 --- libdrm-2.4.58/exynos/exynos_fimg2d.c.backup 2015-01-08 19:21:22.648231644 +0300
13 +++ libdrm-2.4.58/exynos/exynos_fimg2d.c 2015-01-08 19:21:42.357339447 +0300
14 @@ -20,7 +20,7 @@
15 #include <errno.h>
17 #include <sys/mman.h>
18 -#include <linux/stddef.h>
19 +#include <stddef.h>
21 #include <xf86drm.h>
23 --- libdrm-2.4.58/tests/exynos/exynos_fimg2d_test.c.backup 2015-01-08 19:23:24.788944043 +0300
24 +++ libdrm-2.4.58/tests/exynos/exynos_fimg2d_test.c 2015-01-08 19:23:44.048826244 +0300
25 @@ -20,7 +20,7 @@
26 #include <errno.h>
28 #include <sys/mman.h>
29 -#include <linux/stddef.h>
30 +#include <stddef.h>
32 #include <xf86drm.h>
33 #include <xf86drmMode.h>