summaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorThomas Hellstrom <thomas-at-tungstengraphics-dot-com>2006-10-29 15:22:37 +0100
committerThomas Hellstrom <thomas-at-tungstengraphics-dot-com>2006-10-29 15:22:37 +0100
commit06b6b971d065226b983ba25da7ea8236ec37df04 (patch)
treec70914db33695da73f878949bbd52e6692b9afb2 /hw
parent92d04e746bd9b8ad3ee217c165ace20468e079cf (diff)
Make sure we have 64-bit file-offsets in libdrm.
Diffstat (limited to 'hw')
-rw-r--r--hw/xfree86/os-support/drm/xf86drm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/xfree86/os-support/drm/xf86drm.c b/hw/xfree86/os-support/drm/xf86drm.c
index ade4266a4..e990e286b 100644
--- a/hw/xfree86/os-support/drm/xf86drm.c
+++ b/hw/xfree86/os-support/drm/xf86drm.c
@@ -33,6 +33,7 @@
#ifdef HAVE_XORG_CONFIG_H
+#include <libdrm-config.h>
#include <xorg-config.h>
#endif