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
|
#ifndef _ECPGLIB_H
|
||||||
#define _ECPGLIB_H
|
#define _ECPGLIB_H
|
||||||
|
|
||||||
#include "postgres_fe.h"
|
#include "postgres_ext.h"
|
||||||
#include "libpq-fe.h"
|
#include "libpq-fe.h"
|
||||||
|
|
||||||
#ifndef __BEOS__
|
#ifndef __BEOS__
|
||||||
|
Loading…
x
Reference in New Issue
Block a user