diff options
Diffstat (limited to 'driver/xf86-video-siliconmotion/src/smi.h')
-rw-r--r-- | driver/xf86-video-siliconmotion/src/smi.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/driver/xf86-video-siliconmotion/src/smi.h b/driver/xf86-video-siliconmotion/src/smi.h index 0f72db97c..956c14f8c 100644 --- a/driver/xf86-video-siliconmotion/src/smi.h +++ b/driver/xf86-video-siliconmotion/src/smi.h @@ -49,7 +49,10 @@ authorization from the XFree86 Project and Silicon Motion. #include "fb.h" +#ifdef HAVE_XAA_H #include "xaa.h" +#endif +#include "xf86fbman.h" #include "exa.h" #include "xf86cmap.h" #include "xf86i2c.h" @@ -60,6 +63,7 @@ authorization from the XFree86 Project and Silicon Motion. #include "xf86xv.h" #include <X11/extensions/Xv.h> +#include "compat-api.h" /******************************************************************************/ /* D E F I N I T I O N S */ /******************************************************************************/ @@ -239,7 +243,9 @@ typedef struct printed using a counter */ Bool useBIOS; /* Use BIOS for mode sets */ +#ifdef HAVE_XAA_H XAAInfoRecPtr XAAInfoRec; /* XAA info Rec */ +#endif /* EXA */ ExaDriverPtr EXADriverPtr; |