mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-27 08:39:28 +08:00
Include postgres_ext.h instead of postgres_fe.h. This allows ecpg
output C files to proper compile again.
This commit is contained in:
parent
90562b1135
commit
042221db83
@ -6,7 +6,7 @@
|
||||
#ifndef _ECPGLIB_H
|
||||
#define _ECPGLIB_H
|
||||
|
||||
#include "postgres_fe.h"
|
||||
#include "postgres_ext.h"
|
||||
#include "libpq-fe.h"
|
||||
|
||||
#ifndef __BEOS__
|
||||
|
Loading…
Reference in New Issue
Block a user