summaryrefslogtreecommitdiffstats
path: root/third_party/aom/aom_ports/mem_ops_aligned.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/aom/aom_ports/mem_ops_aligned.h')
-rw-r--r--third_party/aom/aom_ports/mem_ops_aligned.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/third_party/aom/aom_ports/mem_ops_aligned.h b/third_party/aom/aom_ports/mem_ops_aligned.h
index 8c3ab1cb1..81fe41a63 100644
--- a/third_party/aom/aom_ports/mem_ops_aligned.h
+++ b/third_party/aom/aom_ports/mem_ops_aligned.h
@@ -91,7 +91,8 @@
*mem = (uint##sz##_t)raw; \
}
-#include "aom_config.h"
+#include "config/aom_config.h"
+
#if CONFIG_BIG_ENDIAN
#define mem_get_be_aligned_generic(sz) mem_get_ne_aligned_generic(be, sz)
#define mem_get_sbe_aligned_generic(sz) mem_get_sne_aligned_generic(be, sz)