diff options
author | Bruce Momjian | 2002-01-14 15:34:41 +0000 |
---|---|---|
committer | Bruce Momjian | 2002-01-14 15:34:41 +0000 |
commit | f47fcb4c7235561227b948383989d2668de53b12 (patch) | |
tree | bca7f02c44280313567fac963f8f3fb29d4253c0 /misc.c | |
parent | 554b88c7aa5e5bbc74e7e859ca0a723bb674399b (diff) |
Small AIX fixes from Rick Flower.REL7_2_RC2REL7_2_RC1REL7_2REL7_2_STABLE
Diffstat (limited to 'misc.c')
-rw-r--r-- | misc.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -15,6 +15,7 @@ #include "psqlodbc.h" #include <stdio.h> +#include <stdlib.h> #include <stdarg.h> #include <string.h> |