aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--noice.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/noice.c b/noice.c
index 3019dad..e4f86a0 100644
--- a/noice.c
+++ b/noice.c
@@ -33,6 +33,7 @@
#endif /* DEBUG */
#define LEN(x) (sizeof(x) / sizeof(*(x)))
+#undef MIN
#define MIN(x, y) ((x) < (y) ? (x) : (y))
#define ISODD(x) ((x) & 1)
#define CONTROL(c) ((c) ^ 0x40)