gnu: libgc: Update to 7.6.6.
[jackhill/guix/guix.git] / gnu / packages / patches / xf86-video-geode-glibc-2.20.patch
CommitLineData
232af79e
MW
1Allow builds with glibc 2.20.
2Based on a patch by Peter Hutterer <peter.hutterer@who-t.net>.
3See <https://raw.githubusercontent.com/openembedded/oe-core/master/meta/recipes-graphics/xorg-driver/xf86-input-synaptics/always_include_xorg_server.h.patch>.
4
5--- xf86-video-geode-2.11.16/src/lx_memory.c.~1~ 2014-07-16 16:59:37.000000000 -0400
6+++ xf86-video-geode-2.11.16/src/lx_memory.c 2014-12-19 00:38:11.753388268 -0500
7@@ -23,6 +23,8 @@
8 * software without specific prior written permission.
9 */
10
11+#include <xorg-server.h>
12+
13 #include "xf86.h"
14 #include "geode.h"
15 #include "cim/cim_regs.h"