Mesa (master): nouveau: Add missing header.

Vinson Lee vlee at kemper.freedesktop.org
Mon Apr 19 06:01:36 UTC 2010


Module: Mesa
Branch: master
Commit: b2fc6234973414f8881b534719380ea6a9f5c03d
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b2fc6234973414f8881b534719380ea6a9f5c03d

Author: Vinson Lee <vlee at vmware.com>
Date:   Sun Apr 18 23:00:45 2010 -0700

nouveau: Add missing header.

---

 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 747fd15..8eacdff 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;




More information about the mesa-commit mailing list