summaryrefslogtreecommitdiff
path: root/src/ast.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ast.h')
-rw-r--r--src/ast.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ast.h b/src/ast.h
index 09bf1bd..83ce1a6 100644
--- a/src/ast.h
+++ b/src/ast.h
@@ -23,6 +23,10 @@
#include <string.h>
#include <stdlib.h>
+#ifdef HAVE_XAA_H
+#include "xaa.h"
+#endif
+
#include "ast_pcirename.h"
#include "compat-api.h"
@@ -204,7 +208,9 @@ typedef struct _ASTRec {
OptionInfoPtr Options;
DisplayModePtr ModePtr;
FBLinearPtr pCMDQPtr;
+#ifdef HAVE_XAA_H
XAAInfoRecPtr AccelInfoPtr;
+#endif
xf86CursorInfoPtr HWCInfoPtr;
FBLinearPtr pHWCPtr;