Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests Need stdlib.h.
details: https://anonhg.NetBSD.org/src/rev/f0e57e3cc969
branches: trunk
changeset: 757151:f0e57e3cc969
user: pooka <pooka%NetBSD.org@localhost>
date: Mon Aug 16 17:01:43 2010 +0000
description:
Need stdlib.h.
Thanks to Sverre Froyen for pointing this out.
diffstat:
tests/h_macros.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 7e0696cdcf6d -r f0e57e3cc969 tests/h_macros.h
--- a/tests/h_macros.h Mon Aug 16 13:24:54 2010 +0000
+++ b/tests/h_macros.h Mon Aug 16 17:01:43 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: h_macros.h,v 1.4 2010/08/16 10:46:19 pooka Exp $ */
+/* $NetBSD: h_macros.h,v 1.5 2010/08/16 17:01:43 pooka Exp $ */
/*-
* Copyright (c) 2008, 2009 The NetBSD Foundation, Inc.
@@ -32,6 +32,7 @@
#include <errno.h>
#include <stdarg.h>
#include <stdio.h>
+#include <stdlib.h>
#include <string.h>
#include <atf-c.h>
Home |
Main Index |
Thread Index |
Old Index