summaryrefslogtreecommitdiff
path: root/src/interfaces/odbc/bind.c
diff options
context:
space:
mode:
authorPeter Eisentraut2000-10-28 15:10:36 +0000
committerPeter Eisentraut2000-10-28 15:10:36 +0000
commit3eb9b73718f1d14ff3f4cc005fa7c665995c5a77 (patch)
treee8a595c2dbf824b6b064003c1c6b32f9da191d7f /src/interfaces/odbc/bind.c
parent8df6b2b53f957ec391f19eaeea0cd942c65facad (diff)
Remove compiler warnings (add missing include files). Only link against
-lm if it's actually there.
Diffstat (limited to 'src/interfaces/odbc/bind.c')
-rw-r--r--src/interfaces/odbc/bind.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interfaces/odbc/bind.c b/src/interfaces/odbc/bind.c
index 1a1b32c9dfc..0c3970977aa 100644
--- a/src/interfaces/odbc/bind.c
+++ b/src/interfaces/odbc/bind.c
@@ -24,6 +24,7 @@
#include "pgtypes.h"
#include <stdlib.h>
#include <malloc.h>
+#include <string.h>
#ifndef WIN32
#include "iodbc.h"