summaryrefslogtreecommitdiff
path: root/vpx_ports/bitops.h
diff options
context:
space:
mode:
Diffstat (limited to 'vpx_ports/bitops.h')
-rw-r--r--vpx_ports/bitops.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/vpx_ports/bitops.h b/vpx_ports/bitops.h
index 0ed7189ff..5b2f31cd1 100644
--- a/vpx_ports/bitops.h
+++ b/vpx_ports/bitops.h
@@ -8,8 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#ifndef VPX_PORTS_BITOPS_H_
-#define VPX_PORTS_BITOPS_H_
+#ifndef VPX_VPX_PORTS_BITOPS_H_
+#define VPX_VPX_PORTS_BITOPS_H_
#include <assert.h>
@@ -72,4 +72,4 @@ static INLINE int get_msb(unsigned int n) {
} // extern "C"
#endif
-#endif // VPX_PORTS_BITOPS_H_
+#endif // VPX_VPX_PORTS_BITOPS_H_