summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/log.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/utils/log.h b/utils/log.h
index 1f15e1371..7b5bcc3e8 100644
--- a/utils/log.h
+++ b/utils/log.h
@@ -25,6 +25,10 @@
#include "utils/errors.h"
+#if defined(__MINT__)
+#undef INFO
+#endif
+
extern bool verbose_log;
/**