diff options
Diffstat (limited to 'hw/xfree86/os-support/drm/xf86drmSL.c')
-rw-r--r-- | hw/xfree86/os-support/drm/xf86drmSL.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/xfree86/os-support/drm/xf86drmSL.c b/hw/xfree86/os-support/drm/xf86drmSL.c index dd634c30f..41e36a735 100644 --- a/hw/xfree86/os-support/drm/xf86drmSL.c +++ b/hw/xfree86/os-support/drm/xf86drmSL.c @@ -47,6 +47,7 @@ # include <stdlib.h> # include <sys/time.h> #else +# include "drm.h" # include "xf86drm.h" # ifdef XFree86LOADER # include "xf86.h" |