From d6bc03c379c46842676f640b8edb13ea828bf20c Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Thu, 1 Feb 2007 11:28:34 -0800 Subject: [PATCH] Bug #9819: Add two headers that are apparently necessary on older X Servers. --- src/i830_xf86Rotate.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/i830_xf86Rotate.c b/src/i830_xf86Rotate.c index 3b8be613..bd4d5a60 100644 --- a/src/i830_xf86Rotate.c +++ b/src/i830_xf86Rotate.c @@ -30,7 +30,8 @@ #include "xf86.h" #include "xf86DDC.h" -/*#include "i830.h" */ +#include "fb.h" +#include "windowstr.h" #include "i830_xf86Crtc.h" #include "i830_xf86Modes.h" #include "i830_randr.h"