From 87bed52180cd2abd80ef6b58384f9fd9c9968f7b Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Sat, 11 Feb 2012 20:54:18 +0000 Subject: Include a local copy of list.h In 1.11.903, the list.h was renamed to xorg-list.h with a corresponding change to all structures. As we carried local fixes to list.h and extended functionality, just create our own list.h with a bit of handwaving to protect us for the brief existence of xorg/include/list.h. Reported-by: Armin K Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=45938 Signed-off-by: Chris Wilson --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index a6325435..448a354e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -41,6 +41,7 @@ endif NULL:=# intel_drv_la_SOURCES = \ + intel_list.h \ intel_module.c \ $(NULL) -- cgit v1.2.3