1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-25 01:02:05 +03:00

Remove compiler warnings (add missing include files). Only link against

-lm if it's actually there.
This commit is contained in:
Peter Eisentraut
2000-10-28 15:10:36 +00:00
parent 8df6b2b53f
commit 3eb9b73718
4 changed files with 5 additions and 2 deletions

View File

@ -18,6 +18,7 @@
#endif
#include "psqlodbc.h"
#include <string.h>
#ifndef WIN32
#include "iodbc.h"