Signed-off-by: Charalampos Mitrodimas <charmitro@posteo.net>
---
src/io.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/src/io.c b/src/io.c
index 570920a..d5b289d 100644
--- a/src/io.c
+++ b/src/io.c
@@ -30,6 +30,10 @@
#include <termios.h>
#include <unistd.h>
+#if __APPLE__
+#define SIGWINCH 28
+#endif
+
/* RFC 2812, section 2.3 */
#define IO_MESG_LEN 510
--
2.41.0