projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b83e0e
)
nouveau: Add missing header.
author
Vinson Lee
<vlee@vmware.com>
Mon, 19 Apr 2010 06:00:45 +0000
(23:00 -0700)
committer
Vinson Lee
<vlee@vmware.com>
Mon, 19 Apr 2010 06:00:45 +0000
(23:00 -0700)
src/gallium/drivers/nouveau/nouveau_screen.h
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/nouveau/nouveau_screen.h
b/src/gallium/drivers/nouveau/nouveau_screen.h
index 747fd15acdd0d23918cb2f6ea86a04538b490691..8eacdff035815b64ebafcb7afe8521f86c9782be 100644
(file)
--- 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;