summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2003-08-07 04:44:26 +0000
committerBruce Momjian2003-08-07 04:44:26 +0000
commit042221db83b9aa403ff9cf2e82ba1938e1475adb (patch)
treef84b0cc3ee5209c49e7153dac3fe067d4a9207dc
parent90562b11354ebd9f88b92c00c38170c190cc219a (diff)
Include postgres_ext.h instead of postgres_fe.h. This allows ecpg
output C files to proper compile again.
-rw-r--r--src/interfaces/ecpg/include/ecpglib.h2
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__