summaryrefslogtreecommitdiffstats
path: root/third_party/aom/aom_util/endian_inl.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/aom/aom_util/endian_inl.h')
-rw-r--r--third_party/aom/aom_util/endian_inl.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/third_party/aom/aom_util/endian_inl.h b/third_party/aom/aom_util/endian_inl.h
index 17a238649..2d2822141 100644
--- a/third_party/aom/aom_util/endian_inl.h
+++ b/third_party/aom/aom_util/endian_inl.h
@@ -15,7 +15,9 @@
#define AOM_UTIL_ENDIAN_INL_H_
#include <stdlib.h>
-#include "./aom_config.h"
+
+#include "config/aom_config.h"
+
#include "aom/aom_integer.h"
#if defined(__GNUC__)