summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/libvpx/source/libvpx/vpx_mem/memory_manager/include/cavl_if.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/libvpx/source/libvpx/vpx_mem/memory_manager/include/cavl_if.h')
-rw-r--r--chromium/third_party/libvpx/source/libvpx/vpx_mem/memory_manager/include/cavl_if.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/chromium/third_party/libvpx/source/libvpx/vpx_mem/memory_manager/include/cavl_if.h b/chromium/third_party/libvpx/source/libvpx/vpx_mem/memory_manager/include/cavl_if.h
index ec6e525b710..a5ced8bb7b1 100644
--- a/chromium/third_party/libvpx/source/libvpx/vpx_mem/memory_manager/include/cavl_if.h
+++ b/chromium/third_party/libvpx/source/libvpx/vpx_mem/memory_manager/include/cavl_if.h
@@ -8,6 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
+#ifndef VPX_MEM_MEMORY_MANAGER_INCLUDE_CAVL_IF_H_
+#define VPX_MEM_MEMORY_MANAGER_INCLUDE_CAVL_IF_H_
/* Abstract AVL Tree Generic C Package.
** Interface generation header file.
@@ -222,3 +224,5 @@ L_SC void L_(init_iter)(L_(iter) *iter);
#undef L_SC
#undef L_LONG_BIT
#undef L_BIT_ARR_DEFN
+
+#endif // VPX_MEM_MEMORY_MANAGER_INCLUDE_CAVL_IF_H_