summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nouveau
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-04-18 23:00:45 -0700
committerVinson Lee <vlee@vmware.com>2010-04-18 23:00:45 -0700
commitb2fc6234973414f8881b534719380ea6a9f5c03d (patch)
tree119bf863596e67c0f68efda562b4d59786bb8766 /src/gallium/drivers/nouveau
parent5b83e0ea04dcb83ff0225f1e939cfc3bc2bdc7af (diff)
nouveau: Add missing header.
Diffstat (limited to 'src/gallium/drivers/nouveau')
-rw-r--r--src/gallium/drivers/nouveau/nouveau_screen.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/nouveau/nouveau_screen.h b/src/gallium/drivers/nouveau/nouveau_screen.h
index 747fd15acd..8eacdff035 100644
--- a/src/gallium/drivers/nouveau/nouveau_screen.h
+++ b/src/gallium/drivers/nouveau/nouveau_screen.h
@@ -1,6 +1,8 @@
#ifndef __NOUVEAU_SCREEN_H__
#define __NOUVEAU_SCREEN_H__
+#include "pipe/p_screen.h"
+
struct nouveau_screen {
struct pipe_screen base;
struct nouveau_device *device;