aboutsummaryrefslogtreecommitdiff
path: root/src/backend/libpq/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/libpq/util.c')
-rw-r--r--src/backend/libpq/util.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/libpq/util.c b/src/backend/libpq/util.c
index 9c46209f435..72c475d375c 100644
--- a/src/backend/libpq/util.c
+++ b/src/backend/libpq/util.c
@@ -5,7 +5,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: util.c,v 1.10 1999/07/15 22:39:15 momjian Exp $
+ * $Id: util.c,v 1.11 1999/07/15 23:03:14 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -20,7 +20,7 @@
#include <stdio.h>
#include <string.h>
-#include <postgres.h>
+#include "postgres.h"
#include <libpq/libpq.h> /* where the declarations go */