mirror of
https://github.com/postgres/postgres.git
synced 2026-04-21 22:28:15 -04: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue