diff options
Diffstat (limited to 'third_party/aom/aom_ports/aom_once.h')
-rw-r--r-- | third_party/aom/aom_ports/aom_once.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/aom/aom_ports/aom_once.h b/third_party/aom/aom_ports/aom_once.h index 3cfd2fd95..bb1e21366 100644 --- a/third_party/aom/aom_ports/aom_once.h +++ b/third_party/aom/aom_ports/aom_once.h @@ -12,7 +12,7 @@ #ifndef AOM_PORTS_AOM_ONCE_H_ #define AOM_PORTS_AOM_ONCE_H_ -#include "aom_config.h" +#include "config/aom_config.h" /* Implement a function wrapper to guarantee initialization * thread-safety for library singletons. |