summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2002-01-14 15:34:41 +0000
committerBruce Momjian2002-01-14 15:34:41 +0000
commitf47fcb4c7235561227b948383989d2668de53b12 (patch)
treebca7f02c44280313567fac963f8f3fb29d4253c0
parent554b88c7aa5e5bbc74e7e859ca0a723bb674399b (diff)
Small AIX fixes from Rick Flower.REL7_2_RC2REL7_2_RC1REL7_2REL7_2_STABLE
-rw-r--r--misc.c1
-rw-r--r--statement.h4
2 files changed, 3 insertions, 2 deletions
diff --git a/misc.c b/misc.c
index 443d1f4..dc50511 100644
--- a/misc.c
+++ b/misc.c
@@ -15,6 +15,7 @@
#include "psqlodbc.h"
#include <stdio.h>
+#include <stdlib.h>
#include <stdarg.h>
#include <string.h>
diff --git a/statement.h b/statement.h
index 9b52f25..6cb0f6c 100644
--- a/statement.h
+++ b/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