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>
This commit is contained in:
Michel Dänzer 2015-03-17 10:21:13 +09:00 committed by Keith Packard
parent 4962c8c088
commit 145ae03814
1 changed files with 4 additions and 0 deletions

View File

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