Include postgres_ext.h instead of postgres_fe.h. This allows ecpg

output C files to proper compile again.
This commit is contained in:
Bruce Momjian 2003-08-07 04:44:26 +00:00
parent 90562b1135
commit 042221db83

View File

@ -6,7 +6,7 @@
#ifndef _ECPGLIB_H
#define _ECPGLIB_H
#include "postgres_fe.h"
#include "postgres_ext.h"
#include "libpq-fe.h"
#ifndef __BEOS__