diff options
Diffstat (limited to 'third_party/aom/aom_ports/arm.h')
-rw-r--r-- | third_party/aom/aom_ports/arm.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/third_party/aom/aom_ports/arm.h b/third_party/aom/aom_ports/arm.h index 448a70dcc..a1a2ab765 100644 --- a/third_party/aom/aom_ports/arm.h +++ b/third_party/aom/aom_ports/arm.h @@ -12,7 +12,8 @@ #ifndef AOM_PORTS_ARM_H_ #define AOM_PORTS_ARM_H_ #include <stdlib.h> -#include "aom_config.h" + +#include "config/aom_config.h" #ifdef __cplusplus extern "C" { |