diff options
author | Vinson Lee <[email protected]> | 2010-04-18 23:00:45 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-04-18 23:00:45 -0700 |
commit | b2fc6234973414f8881b534719380ea6a9f5c03d (patch) | |
tree | 119bf863596e67c0f68efda562b4d59786bb8766 | |
parent | 5b83e0ea04dcb83ff0225f1e939cfc3bc2bdc7af (diff) |
nouveau: Add missing header.
-rw-r--r-- | src/gallium/drivers/nouveau/nouveau_screen.h | 2 |
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 747fd15acdd..8eacdff0358 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; |