diff options
author | Ben Skeggs <[email protected]> | 2008-08-07 11:26:17 +1000 |
---|---|---|
committer | Ben Skeggs <[email protected]> | 2008-08-07 11:26:17 +1000 |
commit | fda01b584715c05696a0e6768fda669ef1eb5f3b (patch) | |
tree | 55d6a40402366e88b5ba92f5144cfcf17a8c5c4d /src/gallium/drivers/nv50/nv50_program.h | |
parent | 4b1c508f49a070f113929393423d6704f1ff18b6 (diff) |
nouveau: fix build
Diffstat (limited to 'src/gallium/drivers/nv50/nv50_program.h')
-rw-r--r-- | src/gallium/drivers/nv50/nv50_program.h | 2 |
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 d643e8db218..78deed6a384 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; |