summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristoph Bumiller <e0425955@student.tuwien.ac.at>2010-02-26 21:11:07 +0100
committerChristoph Bumiller <e0425955@student.tuwien.ac.at>2010-02-26 21:16:52 +0100
commitd1fe9bcc3f07a73b3122851731d5081580d8bb8f (patch)
tree5ef22b638a1c782ad3dabd3374bb16452733803d /src
parent69a0f375ccc7d455cad94cd31323667bafe08287 (diff)
nv40: fix include of nv04_surface_2d.h
Diffstat (limited to 'src')
-rw-r--r--src/gallium/drivers/nv40/nv40_screen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/nv40/nv40_screen.h b/src/gallium/drivers/nv40/nv40_screen.h
index 10a952c1fd..9437aa050d 100644
--- a/src/gallium/drivers/nv40/nv40_screen.h
+++ b/src/gallium/drivers/nv40/nv40_screen.h
@@ -2,7 +2,7 @@
#define __NV40_SCREEN_H__
#include "nouveau/nouveau_screen.h"
-#include "nouveau/nv40_surface_2d.h"
+#include "nouveau/nv04_surface_2d.h"
struct nv40_screen {
struct nouveau_screen base;