From 3ba1e8ab6d69566e1a3f8f0eb4605631aeffc8e5 Mon Sep 17 00:00:00 2001 From: Aaron Plattner Date: Tue, 24 Apr 2007 17:20:14 -0700 Subject: [PATCH] Include xf86Rename.h in xf86RandR12.h. --- hw/xfree86/modes/xf86RandR12.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hw/xfree86/modes/xf86RandR12.h b/hw/xfree86/modes/xf86RandR12.h index 0d3346a77..4fd855cf5 100644 --- a/hw/xfree86/modes/xf86RandR12.h +++ b/hw/xfree86/modes/xf86RandR12.h @@ -24,6 +24,9 @@ #define _XF86_RANDR_H_ #include #include +#if XF86_MODES_RENAME +#include "xf86Rename.h" +#endif Bool xf86RandR12CreateScreenResources (ScreenPtr pScreen); Bool xf86RandR12Init(ScreenPtr pScreen);