summaryrefslogtreecommitdiffstats
path: root/patches/xf86-video-intel-2.21.15/0001-fix-building-with-newer-glibc.patch
blob: 933df60ba7157e1320d2b0e80cd7c9c0fed21535 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From: Michael Olbrich <m.olbrich@pengutronix.de>
Date: Thu, 5 Feb 2015 17:06:35 +0100
Subject: [PATCH] fix building with newer glibc

Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
---
 src/intel_device.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/intel_device.c b/src/intel_device.c
index d9ff8bccfd6d..94f8cc69d80b 100644
--- a/src/intel_device.c
+++ b/src/intel_device.c
@@ -34,6 +34,8 @@
 #include <sys/ioctl.h>
 
 #include <pciaccess.h>
+
+#include <xorg-server.h>
 #include <xf86.h>
 #include <xf86drm.h>
 #include <xf86drmMode.h>