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
2 changed files with 5 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue