Module Name: src
Committed By: pooka
Date: Mon Aug 16 17:01:43 UTC 2010
Modified Files:
src/tests: h_macros.h
Log Message:
Need stdlib.h.
Thanks to Sverre Froyen for pointing this out.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/tests/h_macros.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tests/h_macros.h
diff -u src/tests/h_macros.h:1.4 src/tests/h_macros.h:1.5
--- src/tests/h_macros.h:1.4 Mon Aug 16 10:46:19 2010
+++ src/tests/h_macros.h Mon Aug 16 17:01:43 2010
@@ -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>