modesetting: Include dix-config.h from dumb_bo.c

Fixes mmap failures with 32-bit builds.

Signed-off-by: Michel Dänzer <michel@daenzer.net>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Keith Packard <keithp@keithp.com>
(cherry picked from commit 145ae03814)
This commit is contained in:
Michel Dänzer 2015-03-17 10:21:13 +09:00 committed by Adam Jackson
parent 554cb404a5
commit 68eb9afb20

View file

@ -25,6 +25,10 @@
*
*/
#ifdef HAVE_DIX_CONFIG_H
#include "dix-config.h"
#endif
#include "dumb_bo.h"
#include <errno.h>