Commit 3d97d3ec by Ralf Wildenhues Committed by Ralf Wildenhues

dtoa.c: include stdlib.h, for 'free'.

libjava/classpath/

	* native/fdlibm/dtoa.c: include stdlib.h, for 'free'.

From-SVN: r136908
parent a7816b82
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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment