noice.c | 1 + diff --git a/noice.c b/noice.c index 3019dadad897642b1cdcaab54f58fb0619dccbf2..e4f86a032aa831d95c8ba31a9499ecf6fbdb3673 100644 --- a/noice.c +++ b/noice.c @@ -33,6 +33,7 @@ #define DPRINTF_P(x) #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)