nouveau: Add missing header.

This commit is contained in:
Vinson Lee 2010-04-18 23:00:45 -07:00
parent 5b83e0ea04
commit b2fc623497
1 changed files with 2 additions and 0 deletions

View File

@ -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;