Module Name: src
Committed By: martin
Date: Thu Sep 27 08:19:19 UTC 2012
Modified Files:
src/tests/lib/libc: t_gdtoa.c
Log Message:
Add missing include <stdlib.h>
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tests/lib/libc/t_gdtoa.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tests/lib/libc/t_gdtoa.c
diff -u src/tests/lib/libc/t_gdtoa.c:1.3 src/tests/lib/libc/t_gdtoa.c:1.4
--- src/tests/lib/libc/t_gdtoa.c:1.3 Thu Sep 27 00:37:56 2012
+++ src/tests/lib/libc/t_gdtoa.c Thu Sep 27 08:19:18 2012
@@ -34,11 +34,12 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <sys/cdefs.h>
-__RCSID("$NetBSD: t_gdtoa.c,v 1.3 2012/09/27 00:37:56 christos Exp $");
+__RCSID("$NetBSD: t_gdtoa.c,v 1.4 2012/09/27 08:19:18 martin Exp $");
#include <atf-c.h>
#include <stdio.h>
+#include <stdlib.h>
/* reported by Maksymilian Arciemowicz */