diff --git a/src/bin/psql/print.c b/src/bin/psql/print.c index adea775aa4..95bc2797c4 100644 --- a/src/bin/psql/print.c +++ b/src/bin/psql/print.c @@ -3,7 +3,7 @@ * * Copyright (c) 2000-2003, PostgreSQL Global Development Group * - * $Header: /cvsroot/pgsql/src/bin/psql/print.c,v 1.42 2003/08/04 23:59:40 tgl Exp $ + * $Header: /cvsroot/pgsql/src/bin/psql/print.c,v 1.43 2003/08/14 18:49:42 tgl Exp $ */ #include "postgres_fe.h" #include "common.h" @@ -20,6 +20,10 @@ #include /* for ioctl() */ #endif +#ifdef HAVE_TERMIOS_H +#include +#endif + #include "pqsignal.h" #include "libpq-fe.h"