aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/util.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/util.h b/common/util.h
index 13c364e97d..a098a6a437 100644
--- a/common/util.h
+++ b/common/util.h
@@ -33,6 +33,9 @@
#define IS_ALIGNED(value, alignment) \
((((size_t)value) & ((alignment) - 1)) == 0)
+#ifdef ABS
+#undef ABS
+#endif
#ifdef MIN
#undef MIN