diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2000-10-28 15:10:36 +0000 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2000-10-28 15:10:36 +0000 |
commit | 3eb9b73718f1d14ff3f4cc005fa7c665995c5a77 (patch) | |
tree | e8a595c2dbf824b6b064003c1c6b32f9da191d7f /src/interfaces/odbc/options.c | |
parent | 8df6b2b53f957ec391f19eaeea0cd942c65facad (diff) |
Remove compiler warnings (add missing include files). Only link against
-lm if it's actually there.
Diffstat (limited to 'src/interfaces/odbc/options.c')
-rw-r--r-- | src/interfaces/odbc/options.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interfaces/odbc/options.c b/src/interfaces/odbc/options.c index 217f063338e..c9d6d107bd5 100644 --- a/src/interfaces/odbc/options.c +++ b/src/interfaces/odbc/options.c @@ -18,6 +18,7 @@ #endif #include "psqlodbc.h" +#include <string.h> #ifndef WIN32 #include "iodbc.h" |