diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2011-11-15 10:32:34 +0000 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2011-11-16 22:15:39 +0000 |
commit | 3771387ad11b5842a83e58a4b373c2acdd827bd2 (patch) | |
tree | 59da2bf679d2cae00ebdd6d720fab2a835b39649 /src/intel_driver.c | |
parent | edbeab8c4edf9e0e89d85add485fe659795b6350 (diff) |
Compile out UXA if so desired
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/intel_driver.c')
-rw-r--r-- | src/intel_driver.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/intel_driver.c b/src/intel_driver.c index f3858194..188c5125 100644 --- a/src/intel_driver.c +++ b/src/intel_driver.c @@ -70,6 +70,7 @@ USE OR OTHER DEALINGS IN THE SOFTWARE. #endif #include "legacy/legacy.h" +#include "uxa.h" #include <sys/ioctl.h> #include "i915_drm.h" |