summaryrefslogtreecommitdiff
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 72c475d375c..3d9ba30b496 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.11 1999/07/15 23:03:14 momjian Exp $
+ * $Id: util.c,v 1.12 1999/07/16 03:12:57 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -21,7 +21,7 @@
#include <string.h>
#include "postgres.h"
-#include <libpq/libpq.h> /* where the declarations go */
+#include "libpq/libpq.h"
/* ----------------