diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2003-10-03 17:04:48 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2003-10-03 17:04:48 +0000 |
commit | 3b4c142030de5e016cb7b87a0bbcb070aab997cd (patch) | |
tree | 7c3315a56196a75551bf5c5d24f27163f5a50211 /src/interfaces/ecpg/include/ecpglib.h | |
parent | 1bd5e054ed24fc755c0b28a46474ad00c6c36742 (diff) | |
download | postgresql-3b4c142030de5e016cb7b87a0bbcb070aab997cd.tar.gz postgresql-3b4c142030de5e016cb7b87a0bbcb070aab997cd.zip |
Remove assorted compilation failures introduced by latest ecpg changes.
Also remove -g, which has no business in CPPFLAGS in the first place,
let alone being hardwired there by a sub-Makefile.
Diffstat (limited to 'src/interfaces/ecpg/include/ecpglib.h')
-rw-r--r-- | src/interfaces/ecpg/include/ecpglib.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interfaces/ecpg/include/ecpglib.h b/src/interfaces/ecpg/include/ecpglib.h index d728d2e55a5..317d35e3294 100644 --- a/src/interfaces/ecpg/include/ecpglib.h +++ b/src/interfaces/ecpg/include/ecpglib.h @@ -7,6 +7,7 @@ #define _ECPGLIB_H #include "libpq-fe.h" +#include "ecpgtype.h" #ifndef __BEOS__ #ifndef __cplusplus |