diff options
Diffstat (limited to 'driver/xf86-video-rendition/src/rendition.h')
-rw-r--r-- | driver/xf86-video-rendition/src/rendition.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/driver/xf86-video-rendition/src/rendition.h b/driver/xf86-video-rendition/src/rendition.h index 0ea5cca62..f7f13d4a3 100644 --- a/driver/xf86-video-rendition/src/rendition.h +++ b/driver/xf86-video-rendition/src/rendition.h @@ -53,8 +53,10 @@ #include "fb.h" /* Drivers using the XAA interface ... */ +#ifdef HAVE_XAA_H #include "xaa.h" #include "xaalocal.h" +#endif #include "xf86fbman.h" /* HW-cursor definitions */ @@ -65,5 +67,6 @@ #include "commonregs.h" +#include "compat-api.h" /* end of __RENDITION_H__ */ #endif |