]> granicus.if.org Git - postgresql/commitdiff
Include postgres_ext.h instead of postgres_fe.h. This allows ecpg
authorBruce Momjian <bruce@momjian.us>
Thu, 7 Aug 2003 04:44:26 +0000 (04:44 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 7 Aug 2003 04:44:26 +0000 (04:44 +0000)
output C files to proper compile again.

src/interfaces/ecpg/include/ecpglib.h

index fc429c96433c29545dc878d79d45bac7e2ca2a1c..8645aed3a8722464b58cf57bb3772a4a445fa6ae 100644 (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__