summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorTom Lane1999-01-17 03:04:57 +0000
committerTom Lane1999-01-17 03:04:57 +0000
commit21badba151f12fe80921c2791772482d00f728d2 (patch)
tree7704849f0e0cc044703195b4b30d15ae533941cc /src/include
parent4e34686a36a350d6097bbbd983ec3f823aacf85c (diff)
Replace direct inclusions of c.h with inclusion of postgres.h,
to ensure that config.h is included as well.
Diffstat (limited to 'src/include')
-rw-r--r--src/include/libpq/pqcomm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/libpq/pqcomm.h b/src/include/libpq/pqcomm.h
index c246fdae99f..6645a669e60 100644
--- a/src/include/libpq/pqcomm.h
+++ b/src/include/libpq/pqcomm.h
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: pqcomm.h,v 1.31 1999/01/17 01:45:42 tgl Exp $
+ * $Id: pqcomm.h,v 1.32 1999/01/17 03:04:55 tgl Exp $
*
*-------------------------------------------------------------------------
*/
@@ -23,7 +23,7 @@
#include <netinet/in.h>
#endif
-#include "c.h"
+#include "postgres.h"
/* Define a generic socket address type. */