diff options
Diffstat (limited to 'src/xvmc/i965_xvmc.c')
-rw-r--r-- | src/xvmc/i965_xvmc.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xvmc/i965_xvmc.c b/src/xvmc/i965_xvmc.c index 52b93e32..76cd289b 100644 --- a/src/xvmc/i965_xvmc.c +++ b/src/xvmc/i965_xvmc.c @@ -25,7 +25,8 @@ * */ #include "intel_xvmc.h" -#include "i810_reg.h" +#include "i830_reg.h" +#include "i965_reg.h" #include "brw_defines.h" #include "brw_structs.h" #include "intel_batchbuffer.h" |