summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/drm/vmware/core/vmw_screen_dri.c
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2010-02-04 10:52:43 +1000
committerDave Airlie <airlied@redhat.com>2010-02-04 10:52:43 +1000
commit3584a44270a7f3a04e187bd79b5373314514d383 (patch)
tree3afbe76aebf1acbb627085a329cf56b2ebdf93a1 /src/gallium/winsys/drm/vmware/core/vmw_screen_dri.c
parentadf4c1ae10c172222690bf8ec2496cec8ce151dd (diff)
gallium: fix more missing includes from various places
nouveau/ dri st / vmware
Diffstat (limited to 'src/gallium/winsys/drm/vmware/core/vmw_screen_dri.c')
-rw-r--r--src/gallium/winsys/drm/vmware/core/vmw_screen_dri.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/winsys/drm/vmware/core/vmw_screen_dri.c b/src/gallium/winsys/drm/vmware/core/vmw_screen_dri.c
index 454e9a5236..2939c10918 100644
--- a/src/gallium/winsys/drm/vmware/core/vmw_screen_dri.c
+++ b/src/gallium/winsys/drm/vmware/core/vmw_screen_dri.c
@@ -27,6 +27,7 @@
#include "pipe/p_compiler.h"
#include "util/u_inlines.h"
#include "util/u_memory.h"
+#include "util/u_format.h"
#include "vmw_screen.h"
#include "trace/tr_drm.h"