diff options
Diffstat (limited to 'third_party/aom/aom_dsp/mips/common_dspr2.h')
-rw-r--r-- | third_party/aom/aom_dsp/mips/common_dspr2.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/third_party/aom/aom_dsp/mips/common_dspr2.h b/third_party/aom/aom_dsp/mips/common_dspr2.h index 31159fdcd..d51bfa899 100644 --- a/third_party/aom/aom_dsp/mips/common_dspr2.h +++ b/third_party/aom/aom_dsp/mips/common_dspr2.h @@ -13,7 +13,9 @@ #define AOM_COMMON_MIPS_DSPR2_H_ #include <assert.h> -#include "./aom_config.h" + +#include "config/aom_config.h" + #include "aom/aom_integer.h" #ifdef __cplusplus |