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_device.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_device.c')
-rw-r--r-- | src/intel_device.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/intel_device.c b/src/intel_device.c index b3926df9..92472c54 100644 --- a/src/intel_device.c +++ b/src/intel_device.c @@ -40,6 +40,8 @@ #include <sys/ioctl.h> #include <pciaccess.h> + +#include <xorg-server.h> #include <xf86.h> #include <xf86drm.h> #include <xf86drmMode.h> |