From b2fc6234973414f8881b534719380ea6a9f5c03d Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Sun, 18 Apr 2010 23:00:45 -0700 Subject: nouveau: Add missing header. --- src/gallium/drivers/nouveau/nouveau_screen.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/gallium/drivers/nouveau') 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; -- cgit v1.2.3