summaryrefslogtreecommitdiff
path: root/vpx_ports/mem.h
diff options
context:
space:
mode:
Diffstat (limited to 'vpx_ports/mem.h')
-rw-r--r--vpx_ports/mem.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/vpx_ports/mem.h b/vpx_ports/mem.h
index bfef783b1..317c6dc06 100644
--- a/vpx_ports/mem.h
+++ b/vpx_ports/mem.h
@@ -8,8 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#ifndef VPX_PORTS_MEM_H_
-#define VPX_PORTS_MEM_H_
+#ifndef VPX_VPX_PORTS_MEM_H_
+#define VPX_VPX_PORTS_MEM_H_
#include "vpx_config.h"
#include "vpx/vpx_integer.h"
@@ -51,4 +51,4 @@
#define VPX_WITH_ASAN 0
#endif // __has_feature(address_sanitizer) || defined(__SANITIZE_ADDRESS__)
-#endif // VPX_PORTS_MEM_H_
+#endif // VPX_VPX_PORTS_MEM_H_