Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 977fad3

Browse files
committed
Revert inclusion of postgres_ext.h to use "..." instead of <...>, per
request from XEmacs people.
1 parent 9d91db4 commit 977fad3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/interfaces/libpq/libpq-fe.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
88
* Portions Copyright (c) 1994, Regents of the University of California
99
*
10-
* $Id: libpq-fe.h,v 1.65 2000/04/12 17:17:15 momjian Exp $
10+
* $Id: libpq-fe.h,v 1.66 2000/04/14 00:24:52 tgl Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -24,7 +24,7 @@ extern "C"
2424
/* postgres_ext.h defines the backend's externally visible types,
2525
* such as Oid.
2626
*/
27-
#include <postgres_ext.h>
27+
#include "postgres_ext.h"
2828

2929
/* Application-visible enum types */
3030

0 commit comments

Comments
 (0)