diff options
Diffstat (limited to 'third_party/aom/aom_dsp/mips/convolve2_dspr2.c')
-rw-r--r-- | third_party/aom/aom_dsp/mips/convolve2_dspr2.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/third_party/aom/aom_dsp/mips/convolve2_dspr2.c b/third_party/aom/aom_dsp/mips/convolve2_dspr2.c index 066308315..08bf1ab30 100644 --- a/third_party/aom/aom_dsp/mips/convolve2_dspr2.c +++ b/third_party/aom/aom_dsp/mips/convolve2_dspr2.c @@ -12,7 +12,8 @@ #include <assert.h> #include <stdio.h> -#include "./aom_dsp_rtcd.h" +#include "config/aom_dsp_rtcd.h" + #include "aom_dsp/mips/convolve_common_dspr2.h" #include "aom_dsp/aom_dsp_common.h" #include "aom_dsp/aom_filter.h" |