gallium: fix gcc compile errors when using _XOPEN_SOURCE=600 but not std=c99
authorJose Fonseca <jfonseca@vmware.com>
Thu, 2 Apr 2015 15:35:16 +0000 (17:35 +0200)
committerRoland Scheidegger <sroland@vmware.com>
Fri, 3 Apr 2015 17:22:09 +0000 (19:22 +0200)
commit328375d2742a3394dc481fc5fae6c4a5d797b4e7
tree91dac7a34e64562ee44b2c5ae7a8061a64416149
parentb9b66985c3d33fa0db2b49c0e0231aa6d341e183
gallium: fix gcc compile errors when using _XOPEN_SOURCE=600 but not std=c99

The fpclassify stuff either needs std=c99 or _XOPEN_SOURCE=600 passed
to gcc, but when using the latter the lrint family of function will be defined
too.
include/c99_math.h