summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@reactor.herrb.com>2006-05-01 10:41:10 +0200
committerMatthieu Herrb <matthieu@reactor.herrb.com>2006-05-01 10:41:10 +0200
commit86f0119f47d8be975016ffdea850f0227e32eebc (patch)
treeba3044c30b5b47ce56569047b8b4b547e160c81c
parent1dbb19059f5dd5cd2ad386c4f73498095987b943 (diff)
Fix non-dri build.
-rw-r--r--src/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common.h b/src/common.h
index 9d3bd034..a6e4ca3e 100644
--- a/src/common.h
+++ b/src/common.h
@@ -80,10 +80,10 @@ extern const char *I810ddcSymbols[];
extern const char *I810fbSymbols[];
extern const char *I810xaaSymbols[];
extern const char *I810shadowFBSymbols[];
+extern const char *I810shadowSymbols[];
#ifdef XF86DRI
extern const char *I810driSymbols[];
extern const char *I810drmSymbols[];
-extern const char *I810shadowSymbols[];
#endif
extern void I830DPRINTF_stub(const char *filename, int line,