Revert "Fix issue in gfx-drm integration" & "drm: illumos/gfx-drm integration"
[unleashed-userland.git] / components / x11 / libdrm / patches / omap.patch
blobbaa4cdd44d14d2505f18c593b56897faee32da96
1 --- libdrm-2.4.58/omap/omap_drm.c.backup 2015-01-08 18:32:54.476979307 +0300
2 +++ libdrm-2.4.58/omap/omap_drm.c 2015-01-08 18:34:06.884595926 +0300
3 @@ -31,8 +31,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>