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:
Ralf Wildenhues 2008-06-18 19:52:21 +00:00 committed by Ralf Wildenhues
parent a7816b82f0
commit 3d97d3ec1c
2 changed files with 5 additions and 0 deletions

View File

@ -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.

View File

@ -28,6 +28,7 @@
#include "mprec.h"
#include <string.h>
#include <stdlib.h>
static int
_DEFUN (quorem,