summaryrefslogtreecommitdiff
path: root/hw/xfree86/modes/xf86DiDGA.c
diff options
context:
space:
mode:
authorKeith Packard <keithp@guitar.keithp.com>2007-02-16 02:17:11 -0800
committerKeith Packard <keithp@guitar.keithp.com>2007-02-17 15:16:44 -0800
commit096965ec9c7514f0c9fc0d17e5166f2d26781f87 (patch)
treea57c68316d11966d16165777f9637cdd9001d644 /hw/xfree86/modes/xf86DiDGA.c
parent55797dd252382d35ebab5d9e18a5e0e77872d775 (diff)
Ensure drivers can use new modes header files.
New modes header files required a few minor changes to be used by external drivers, the most notable of which is the publication of the config file parser header files.
Diffstat (limited to 'hw/xfree86/modes/xf86DiDGA.c')
-rw-r--r--hw/xfree86/modes/xf86DiDGA.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/xfree86/modes/xf86DiDGA.c b/hw/xfree86/modes/xf86DiDGA.c
index 551f052c9..0964cefa7 100644
--- a/hw/xfree86/modes/xf86DiDGA.c
+++ b/hw/xfree86/modes/xf86DiDGA.c
@@ -35,6 +35,8 @@
#include "xf86Crtc.h"
#include "xf86Modes.h"
#include "gcstruct.h"
+#include "scrnintstr.h"
+#include "windowstr.h"
static Bool
xf86_dga_get_modes (ScreenPtr pScreen)