dovecot-2.0: doveadm: Compile fix for Solaris.
dovecot at dovecot.org
dovecot at dovecot.org
Sat Jun 12 04:12:55 EEST 2010
details: http://hg.dovecot.org/dovecot-2.0/rev/c50d42277cc3
changeset: 11536:c50d42277cc3
user: Timo Sirainen <tss at iki.fi>
date: Sat Jun 12 02:12:50 2010 +0100
description:
doveadm: Compile fix for Solaris.
diffstat:
src/doveadm/doveadm-print-table.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diffs (11 lines):
diff -r c55de307d9f9 -r c50d42277cc3 src/doveadm/doveadm-print-table.c
--- a/src/doveadm/doveadm-print-table.c Sat Jun 12 02:11:26 2010 +0100
+++ b/src/doveadm/doveadm-print-table.c Sat Jun 12 02:12:50 2010 +0100
@@ -7,6 +7,7 @@
#include <stdio.h>
#include <unistd.h>
#include <sys/ioctl.h>
+#include <sys/termios.h> /* Solaris at least requires for TIOCGWINSZ */
#define DEFAULT_COLUMNS 80
#define MIN_COLUMNS 30
More information about the dovecot-cvs
mailing list