summaryrefslogtreecommitdiff
path: root/src/port/noblock.c
diff options
context:
space:
mode:
authorTom Lane2004-06-24 18:53:48 +0000
committerTom Lane2004-06-24 18:53:48 +0000
commitfd786668ea61bc96c5d2b670e88e02650b9fb07a (patch)
treef54b0b9a6385d18c82be4dd9f9fc554dcae4bdb7 /src/port/noblock.c
parentf8dd00c3efcac3c245e5eb3989b2550f9894f574 (diff)
Include c.h instead of postgres.h in files that need to be usable in
both frontend and backend. Per Andreas Pflug.
Diffstat (limited to 'src/port/noblock.c')
-rw-r--r--src/port/noblock.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/port/noblock.c b/src/port/noblock.c
index b7067549cdd..2d2e2282f40 100644
--- a/src/port/noblock.c
+++ b/src/port/noblock.c
@@ -7,12 +7,12 @@
* Portions Copyright (c) 1994, Regents of the University of California
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/port/noblock.c,v 1.1 2004/03/10 21:12:49 momjian Exp $
+ * $PostgreSQL: pgsql/src/port/noblock.c,v 1.2 2004/06/24 18:53:48 tgl Exp $
*
*-------------------------------------------------------------------------
*/
-#include "postgres.h"
+#include "c.h"
#include <sys/types.h>
#include <fcntl.h>