From: Bruce Momjian Date: Mon, 14 Jan 2002 15:34:41 +0000 (+0000) Subject: Small AIX fixes from Rick Flower. X-Git-Tag: REL7_2_RC1~45 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d43b364eb980318ce7f1e8e7461aaf09fb10824d;p=thirdparty%2Fpostgresql.git Small AIX fixes from Rick Flower. --- diff --git a/src/interfaces/odbc/misc.c b/src/interfaces/odbc/misc.c index 443d1f47b3c..dc505115fe3 100644 --- a/src/interfaces/odbc/misc.c +++ b/src/interfaces/odbc/misc.c @@ -15,6 +15,7 @@ #include "psqlodbc.h" #include +#include #include #include diff --git a/src/interfaces/odbc/statement.h b/src/interfaces/odbc/statement.h index 9b52f25694a..6cb0f6ccd39 100644 --- a/src/interfaces/odbc/statement.h +++ b/src/interfaces/odbc/statement.h @@ -102,7 +102,7 @@ enum STMT_PARSE_NONE = 0, STMT_PARSE_COMPLETE, STMT_PARSE_INCOMPLETE, - STMT_PARSE_FATAL, + STMT_PARSE_FATAL }; /* Result style */ @@ -110,7 +110,7 @@ enum { STMT_FETCH_NONE = 0, STMT_FETCH_NORMAL, - STMT_FETCH_EXTENDED, + STMT_FETCH_EXTENDED }; typedef struct