diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2013-09-19 11:28:30 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2013-09-19 11:28:30 +0100 |
commit | 6316905983fe1fb4828ff1039923327f467306fa (patch) | |
tree | c8c80b80b8216c96d57438c4fe7b945824c7f8f6 /src/intel_options.h | |
parent | afad7dd43d935a4666bff6c2964714209e851221 (diff) |
intel: Fix includes for intel_options
In commit dcf9b5ae1889926007cf8a0efd127e9df3c909de
Author: Chris Wilson <chris@chris-wilson.co.uk>
Date: Tue Sep 17 22:27:45 2013 +0100
intel: Compile fixes for base install of SLED11.sp3
the includes were juggled around to avoid pulling in xorg-server.h
outside of the driver. However, missing xorg-server.h leads to subtle
bugs in the layout of structures, in this case breaking xf86Options.
Reported-by: FBrown <francisbrwn9@gmail.com>
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=69555
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/intel_options.h')
-rw-r--r-- | src/intel_options.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/intel_options.h b/src/intel_options.h index e61075b3..77f0c45f 100644 --- a/src/intel_options.h +++ b/src/intel_options.h @@ -1,6 +1,7 @@ #ifndef INTEL_OPTIONS_H #define INTEL_OPTIONS_H +#include <xorg-server.h> #include <xf86.h> #include <xf86Opt.h> |