mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 10:50:51 +08:00
dtoa.c: include stdlib.h, for 'free'.
libjava/classpath/ * native/fdlibm/dtoa.c: include stdlib.h, for 'free'. From-SVN: r136908
This commit is contained in:
parent
a7816b82f0
commit
3d97d3ec1c
@ -1,3 +1,7 @@
|
||||
2008-06-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||
|
||||
* native/fdlibm/dtoa.c: include stdlib.h, for 'free'.
|
||||
|
||||
2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||
|
||||
* Makefile.in: Regenerate.
|
||||
|
@ -28,6 +28,7 @@
|
||||
|
||||
#include "mprec.h"
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
static int
|
||||
_DEFUN (quorem,
|
||||
|
Loading…
x
Reference in New Issue
Block a user