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

Commit 2f839c5

Browse files
committed
Please apply the attached patch to interfaces/libpq/libpq-fe.h. This would
allow to write applications which do not have a link to postgres_ext.h in their source directory. Andreas Kardos
1 parent ac3884e commit 2f839c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/interfaces/libpq/libpq-fe.h

+2-2
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.61 2000/03/11 03:08:37 tgl Exp $
10+
* $Id: libpq-fe.h,v 1.62 2000/03/23 15:00:11 momjian 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)