aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1999-07-17 04:25:33 +0000
committerBruce Momjian <bruce@momjian.us>1999-07-17 04:25:33 +0000
commit2d36471b82cc62911efed293023745bb44b01462 (patch)
tree0e01a259be13134173ecc93c5cd3efa57d868995 /src
parent8f5561a0d96b110c593dab2b11ff08fd2ba826d7 (diff)
downloadpostgresql-2d36471b82cc62911efed293023745bb44b01462.tar.gz
postgresql-2d36471b82cc62911efed293023745bb44b01462.zip
Include check
Diffstat (limited to 'src')
-rw-r--r--src/backend/libpq/pqcomm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/libpq/pqcomm.c b/src/backend/libpq/pqcomm.c
index 7accb56f574..be35467cb81 100644
--- a/src/backend/libpq/pqcomm.c
+++ b/src/backend/libpq/pqcomm.c
@@ -28,7 +28,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: pqcomm.c,v 1.77 1999/07/16 23:12:39 tgl Exp $
+ * $Id: pqcomm.c,v 1.78 1999/07/17 04:25:33 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -81,7 +81,7 @@
#endif
#include "libpq/libpq.h"
-#include "utils/trace.h"
+#include "utils/trace.h" /* needed on some OS's */
#include "miscadmin.h"