diff options
Diffstat (limited to 'src')
| -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 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; | 
