summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv10/nv10_state.c
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/nv10/nv10_state.c
parent4b1c508f49a070f113929393423d6704f1ff18b6 (diff)
nouveau: fix build
Diffstat (limited to 'src/gallium/drivers/nv10/nv10_state.c')
-rw-r--r--src/gallium/drivers/nv10/nv10_state.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/nv10/nv10_state.c b/src/gallium/drivers/nv10/nv10_state.c
index 43b9c32f12..f902fd54b6 100644
--- a/src/gallium/drivers/nv10/nv10_state.c
+++ b/src/gallium/drivers/nv10/nv10_state.c
@@ -4,7 +4,7 @@
#include "pipe/p_util.h"
#include "pipe/p_shader_tokens.h"
-#include "tgsi/util/tgsi_parse.h"
+#include "tgsi/tgsi_parse.h"
#include "nv10_context.h"
#include "nv10_state.h"