diff options
-rw-r--r-- | hw/xfree86/loader/misym.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/hw/xfree86/loader/misym.c b/hw/xfree86/loader/misym.c index c7fa4425b..577b42947 100644 --- a/hw/xfree86/loader/misym.c +++ b/hw/xfree86/loader/misym.c @@ -79,6 +79,9 @@ #ifdef COMPOSITE #include "cw.h" #endif +#ifdef DAMAGE +#include "damage.h" +#endif /* mi things */ @@ -215,6 +218,9 @@ LOOKUP miLookupTab[] = { #ifdef COMPOSITE SYMFUNC(miDisableCompositeWrapper) #endif +#ifdef DAMAGE + SYMFUNC(DamageDamageRegion) +#endif {0, 0} }; |