summaryrefslogtreecommitdiffstats
path: root/compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'compat.h')
-rw-r--r--compat.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/compat.h b/compat.h
index b213336f..ec125ced 100644
--- a/compat.h
+++ b/compat.h
@@ -110,6 +110,10 @@ void warnx(const char *, ...);
#define pledge(s, p) (0)
#endif
+#ifndef IMAXBEL
+#define IMAXBEL 0
+#endif
+
#ifdef HAVE_STDINT_H
#include <stdint.h>
#else