From 042221db83b9aa403ff9cf2e82ba1938e1475adb Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 7 Aug 2003 04:44:26 +0000 Subject: [PATCH] Include postgres_ext.h instead of postgres_fe.h. This allows ecpg output C files to proper compile again. --- src/interfaces/ecpg/include/ecpglib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/interfaces/ecpg/include/ecpglib.h b/src/interfaces/ecpg/include/ecpglib.h index fc429c9643..8645aed3a8 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__ -- GitLab