Fix typo in previous MSC commit.

This commit is contained in:
Andrew Dunstan 2012-10-07 19:56:26 -04:00
parent 1503333f8f
commit ea72bb8ae5
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@
#include "postgres.h"
#ifdef _MSCVER
#ifdef _MSC_VER
#include <float.h> /* for _isnan */
#endif
#include <math.h>