From 3fbbd0afde49c53a5a8661f75c8c8c4be3020c30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michel=20D=C3=A4nzer?= Date: Tue, 28 Aug 2007 17:48:20 +0200 Subject: [PATCH] Fix build against pre-pci-rework xserver. --- src/common.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/common.h b/src/common.h index cfe00fc7..40ea038e 100644 --- a/src/common.h +++ b/src/common.h @@ -444,7 +444,9 @@ extern int I810_DEBUG; #define PIPE_NAME(n) ('A' + (n)) +#if XSERVER_LIBPCIACCESS struct pci_device * intel_host_bridge (void); +#endif #endif /* _INTEL_COMMON_H_ */