Browse Source

nouveau: Add missing header.

tags/mesa-7.9-rc1
Vinson Lee 15 years ago
parent
commit
b2fc623497
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      src/gallium/drivers/nouveau/nouveau_screen.h

+ 2
- 0
src/gallium/drivers/nouveau/nouveau_screen.h 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;

Loading…
Cancel
Save