summaryrefslogtreecommitdiff
path: root/src/bin/psql/print.c
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2003-06-12 08:15:29 +0000
committerBruce Momjian <bruce@momjian.us>2003-06-12 08:15:29 +0000
commitb14295cfe4f2a738a0b023d10bc508da2c458bdb (patch)
tree372f60ae84e507d582a83600a700304b462f94da /src/bin/psql/print.c
parentdc4ee8a833c09e883f1966d1698792b627649740 (diff)
Attached is the complete diff against current CVS.
Compiles on BCC 5.5 and VC++ 6.0 (with warnings). Karl Waclawek
Diffstat (limited to 'src/bin/psql/print.c')
-rw-r--r--src/bin/psql/print.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/bin/psql/print.c b/src/bin/psql/print.c
index 35d9aa0bc21..794953716b6 100644
--- a/src/bin/psql/print.c
+++ b/src/bin/psql/print.c
@@ -3,7 +3,7 @@
*
* Copyright 2000 by PostgreSQL Global Development Group
*
- * $Header: /cvsroot/pgsql/src/bin/psql/print.c,v 1.38 2003/06/12 07:52:51 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/bin/psql/print.c,v 1.39 2003/06/12 08:15:28 momjian Exp $
*/
#include "postgres_fe.h"
#include "common.h"
@@ -11,7 +11,10 @@
#include <math.h>
#include <signal.h>
+
+#if !defined(_MSC_VER) && !defined(__BORLANDC__)
#include <unistd.h>
+#endif
#ifndef WIN32
#include <sys/ioctl.h> /* for ioctl() */