Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/lib/libc Add missing include <stdlib.h>



details:   https://anonhg.NetBSD.org/src/rev/799621887840
branches:  trunk
changeset: 781744:799621887840
user:      martin <martin%NetBSD.org@localhost>
date:      Thu Sep 27 08:19:18 2012 +0000

description:
Add missing include <stdlib.h>

diffstat:

 tests/lib/libc/t_gdtoa.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r c8c18bb36731 -r 799621887840 tests/lib/libc/t_gdtoa.c
--- a/tests/lib/libc/t_gdtoa.c  Thu Sep 27 07:47:56 2012 +0000
+++ b/tests/lib/libc/t_gdtoa.c  Thu Sep 27 08:19:18 2012 +0000
@@ -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 */
 



Home | Main Index | Thread Index | Old Index