We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d91db4 commit 977fad3Copy full SHA for 977fad3
src/interfaces/libpq/libpq-fe.h
@@ -7,7 +7,7 @@
7
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
8
* Portions Copyright (c) 1994, Regents of the University of California
9
*
10
- * $Id: libpq-fe.h,v 1.65 2000/04/12 17:17:15 momjian Exp $
+ * $Id: libpq-fe.h,v 1.66 2000/04/14 00:24:52 tgl Exp $
11
12
*-------------------------------------------------------------------------
13
*/
@@ -24,7 +24,7 @@ extern "C"
24
/* postgres_ext.h defines the backend's externally visible types,
25
* such as Oid.
26
27
-#include <postgres_ext.h>
+#include "postgres_ext.h"
28
29
/* Application-visible enum types */
30
0 commit comments