diff options
author | Bruce Momjian <bruce@momjian.us> | 2003-08-07 04:44:26 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2003-08-07 04:44:26 +0000 |
commit | 042221db83b9aa403ff9cf2e82ba1938e1475adb (patch) | |
tree | f84b0cc3ee5209c49e7153dac3fe067d4a9207dc /src/interfaces/ecpg/include/ecpglib.h | |
parent | 90562b11354ebd9f88b92c00c38170c190cc219a (diff) | |
download | postgresql-042221db83b9aa403ff9cf2e82ba1938e1475adb.tar.gz postgresql-042221db83b9aa403ff9cf2e82ba1938e1475adb.zip |
Include postgres_ext.h instead of postgres_fe.h. This allows ecpg
output C files to proper compile again.
Diffstat (limited to 'src/interfaces/ecpg/include/ecpglib.h')
-rw-r--r-- | src/interfaces/ecpg/include/ecpglib.h | 2 |
1 files changed, 1 insertions, 1 deletions
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__ |