Add missing include for stdlib.h.
commitc31746887dc5007f7b77f8f99b5e9335bebec167
authorCarlos O'Donell <carlos@redhat.com>
Fri, 28 Oct 2016 16:43:15 +0000 (28 12:43 -0400)
committerCarlos O'Donell <carlos@redhat.com>
Fri, 28 Oct 2016 16:45:27 +0000 (28 12:45 -0400)
tree0a5ad1f722bc30ab5991a2c6d1b738386b8bfdb3
parent0e6d3adc60d8073397af6a320e594d98d7fbedde
Add missing include for stdlib.h.

The test math/test-nan-overflow uses malloc without including
stdlib.h. On -Os builds for i486 the header inclusion order
is altered enough that the test fails to build because of the
warning which is turned into an error.

The obvious fix is to include stdlib.h since malloc is being
used directly.
ChangeLog
math/test-nan-overflow.c