diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2013-09-17 22:27:45 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2013-09-18 12:49:41 +0100 |
commit | dcf9b5ae1889926007cf8a0efd127e9df3c909de (patch) | |
tree | a2788c2cff723b3dcb6587dc022596809c5038b0 /src/intel_module.c | |
parent | 97b443f589fb62ba060f09a371be273549f524d0 (diff) |
intel: Compile fixes for base install of SLED11.sp3
Highlights of that distribution include xorg-xserver-1.6.5, kernel
3.0.76 and gcc-4.3.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/intel_module.c')
-rw-r--r-- | src/intel_module.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/intel_module.c b/src/intel_module.c index f61b6886..ca8eacd7 100644 --- a/src/intel_module.c +++ b/src/intel_module.c @@ -28,9 +28,11 @@ #include "config.h" #endif +#include <xorg-server.h> +#include <xorgVersion.h> + #include <xf86.h> #include <xf86Parser.h> -#include <xorgVersion.h> #if XORG_VERSION_CURRENT < XORG_VERSION_NUMERIC(1,6,99,0,0) #include <xf86Resources.h> |