diff options
author | Tom Lane | 1999-01-17 03:04:57 +0000 |
---|---|---|
committer | Tom Lane | 1999-01-17 03:04:57 +0000 |
commit | 21badba151f12fe80921c2791772482d00f728d2 (patch) | |
tree | 7704849f0e0cc044703195b4b30d15ae533941cc /src/include | |
parent | 4e34686a36a350d6097bbbd983ec3f823aacf85c (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.h | 4 |
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. */ |