Committed by Greg Sabino Mullane <[email protected]> Remove math.h requirement: should not be needed anymore, and causing problems on some platforms. RT #79256
--- Changes | 2 ++ Pg.h | 1 - 2 files changed, 2 insertions(+), 1 deletions(-) diff --git a/Changes b/Changes index 8596b43..dc10256 100644 --- a/Changes +++ b/Changes @@ -10,6 +10,8 @@ Version ??? - Make sure CREATE TABLE .. AS SELECT returns rows in non do() cases. [GSM] + - Remove math.h linking, as we no longer need it (CPAN bug #79256) + - Spelling fix per CPAN bug #78168 - Better wording for the AutoCommit docs (CPAN bug #82536) diff --git a/Pg.h b/Pg.h index e33fdb8..7d85136 100644 --- a/Pg.h +++ b/Pg.h @@ -8,7 +8,6 @@ */ -#include <math.h> #include <wchar.h> #ifdef WIN32 -- 1.7.1
