]> granicus.if.org Git - postgresql/commitdiff
Someone moved PageOutput here from common.c, but forgot to move all
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 14 Aug 2003 18:49:42 +0000 (18:49 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 14 Aug 2003 18:49:42 +0000 (18:49 +0000)
the #includes it depends on.

src/bin/psql/print.c

index adea775aa479c36e7ba8f78b12806d597cc93af0..95bc2797c472da24b54982defbae60f85f1d23b8 100644 (file)
@@ -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"
 #include <sys/ioctl.h>                 /* for ioctl() */
 #endif
 
+#ifdef HAVE_TERMIOS_H
+#include <termios.h>
+#endif
+
 #include "pqsignal.h"
 #include "libpq-fe.h"