diff options
Diffstat (limited to 'hw/xfree86/os-support/drm/xf86drmHash.c')
-rw-r--r-- | hw/xfree86/os-support/drm/xf86drmHash.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/xfree86/os-support/drm/xf86drmHash.c b/hw/xfree86/os-support/drm/xf86drmHash.c index 1f1a05b3a..368dfe214 100644 --- a/hw/xfree86/os-support/drm/xf86drmHash.c +++ b/hw/xfree86/os-support/drm/xf86drmHash.c @@ -76,6 +76,7 @@ # include <stdio.h> # include <stdlib.h> #else +# include "drm.h" # include "xf86drm.h" # ifdef XFree86LOADER # include "xf86.h" |