summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv50/nv50_program.h
diff options
context:
space:
mode:
authorBen Skeggs <skeggsb@localhost.localdomain>2008-08-07 11:26:17 +1000
committerBen Skeggs <skeggsb@localhost.localdomain>2008-08-07 11:26:17 +1000
commitfda01b584715c05696a0e6768fda669ef1eb5f3b (patch)
tree55d6a40402366e88b5ba92f5144cfcf17a8c5c4d /src/gallium/drivers/nv50/nv50_program.h
parent4b1c508f49a070f113929393423d6704f1ff18b6 (diff)
nouveau: fix build
Diffstat (limited to 'src/gallium/drivers/nv50/nv50_program.h')
-rw-r--r--src/gallium/drivers/nv50/nv50_program.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/nv50/nv50_program.h b/src/gallium/drivers/nv50/nv50_program.h
index d643e8db21..78deed6a38 100644
--- a/src/gallium/drivers/nv50/nv50_program.h
+++ b/src/gallium/drivers/nv50/nv50_program.h
@@ -2,7 +2,7 @@
#define __NV50_PROGRAM_H__
#include "pipe/p_state.h"
-#include "tgsi/util/tgsi_scan.h"
+#include "tgsi/tgsi_scan.h"
struct nv50_program_exec {
struct nv50_program_exec *next;