util/u_math: Fix C++ include of u_math.h on MSVC.
authorJosé Fonseca <jfonseca@vmware.com>
Tue, 8 Oct 2013 00:09:46 +0000 (17:09 -0700)
committerJosé Fonseca <jfonseca@vmware.com>
Wed, 9 Oct 2013 23:31:53 +0000 (00:31 +0100)
commitdbc1f3677c1deb32358a6a53f0ad3638a78c7c4f
tree6f9c480a0815a731b5d7304de125a6bdee0c2c33
parentedde6c77bd1cb91f6f7c42010919e6f406f507ce
util/u_math: Fix C++ include of u_math.h on MSVC.

GNU C++ compiler declares the C99 lrint, etc. when _GNU_SOURCE is
defined, but MSVC does not.

Trivial.
src/gallium/auxiliary/util/u_math.h