diff options
author | Julien Cristau <jcristau@debian.org> | 2009-01-11 08:37:06 +0100 |
---|---|---|
committer | Julien Cristau <jcristau@debian.org> | 2009-01-11 08:54:11 +0100 |
commit | 31439195c51f183f5a8989a8d4f95b3e6326eda0 (patch) | |
tree | c72c9e383c82cdd96f1e56ed9ee9274d30ab58bc /hw/xfree86/os-support/bus | |
parent | a00dbd0015845e08ef2af9480cc3833819cf86f5 (diff) |
xfree86: linuxPci.c needs a prototype for xf86AccResFromOS
Diffstat (limited to 'hw/xfree86/os-support/bus')
-rw-r--r-- | hw/xfree86/os-support/bus/linuxPci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/xfree86/os-support/bus/linuxPci.c b/hw/xfree86/os-support/bus/linuxPci.c index 5cb328d43..a84ac8fec 100644 --- a/hw/xfree86/os-support/bus/linuxPci.c +++ b/hw/xfree86/os-support/bus/linuxPci.c @@ -52,6 +52,7 @@ #include "compiler.h" #include "xf86.h" #include "xf86Priv.h" +#define NEED_OS_RAC_PROTOS #include "xf86_OSlib.h" #include "Pci.h" #include <dirent.h> |