From: Bruce Momjian Date: Thu, 7 Aug 2003 04:44:26 +0000 (+0000) Subject: Include postgres_ext.h instead of postgres_fe.h. This allows ecpg X-Git-Tag: REL7_4_BETA2~160 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=042221db83b9aa403ff9cf2e82ba1938e1475adb;p=thirdparty%2Fpostgresql.git Include postgres_ext.h instead of postgres_fe.h. This allows ecpg output C files to proper compile again. --- diff --git a/src/interfaces/ecpg/include/ecpglib.h b/src/interfaces/ecpg/include/ecpglib.h index fc429c96433..8645aed3a87 100644 --- a/src/interfaces/ecpg/include/ecpglib.h +++ b/src/interfaces/ecpg/include/ecpglib.h @@ -6,7 +6,7 @@ #ifndef _ECPGLIB_H #define _ECPGLIB_H -#include "postgres_fe.h" +#include "postgres_ext.h" #include "libpq-fe.h" #ifndef __BEOS__