Module: Mesa Branch: master Commit: b2fc6234973414f8881b534719380ea6a9f5c03d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b2fc6234973414f8881b534719380ea6a9f5c03d
Author: Vinson Lee <[email protected]> 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; _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
