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/nv04/nv04_state.h | |
parent | 4b1c508f49a070f113929393423d6704f1ff18b6 (diff) |
nouveau: fix build
Diffstat (limited to 'src/gallium/drivers/nv04/nv04_state.h')
-rw-r--r-- | src/gallium/drivers/nv04/nv04_state.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/nv04/nv04_state.h b/src/gallium/drivers/nv04/nv04_state.h index 39f7cd17b30..399f750dbe7 100644 --- a/src/gallium/drivers/nv04/nv04_state.h +++ b/src/gallium/drivers/nv04/nv04_state.h @@ -2,7 +2,7 @@ #define __NV04_STATE_H__ #include "pipe/p_state.h" -#include "tgsi/util/tgsi_scan.h" +#include "tgsi/tgsi_scan.h" struct nv04_blend_state { uint32_t b_enable; |