diff options
Diffstat (limited to 'third_party/aom/test/clear_system_state.h')
-rw-r--r-- | third_party/aom/test/clear_system_state.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/third_party/aom/test/clear_system_state.h b/third_party/aom/test/clear_system_state.h index 4f3c1eed0..7aa78243b 100644 --- a/third_party/aom/test/clear_system_state.h +++ b/third_party/aom/test/clear_system_state.h @@ -11,7 +11,8 @@ #ifndef TEST_CLEAR_SYSTEM_STATE_H_ #define TEST_CLEAR_SYSTEM_STATE_H_ -#include "./aom_config.h" +#include "config/aom_config.h" + #if ARCH_X86 || ARCH_X86_64 #include "aom_ports/x86.h" #endif |