diff options
Diffstat (limited to 'src/interfaces/ecpg/ecpglib/extern.h')
-rw-r--r-- | src/interfaces/ecpg/ecpglib/extern.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/ecpg/ecpglib/extern.h b/src/interfaces/ecpg/ecpglib/extern.h index a5014512c9e..a43526c7603 100644 --- a/src/interfaces/ecpg/ecpglib/extern.h +++ b/src/interfaces/ecpg/ecpglib/extern.h @@ -3,6 +3,7 @@ #include "postgres_fe.h" #include "libpq-fe.h" +#include "sqlca.h" /* Here are some methods used by the lib. */ @@ -19,7 +20,6 @@ void ECPGadd_mem(void *ptr, int lineno); bool ECPGget_data(const PGresult *, int, int, int, enum ECPGttype type, enum ECPGttype, char *, char *, long, long, long, bool); struct connection *ECPGget_connection(const char *); -void ECPGinit_sqlca(void); char *ECPGalloc(long, int); char *ECPGrealloc(void *, long, int); void ECPGfree(void *); |