Module Name: src
Committed By: snj
Date: Mon Jan 12 21:02:09 UTC 2015
Modified Files:
src/tests/lib/libc/gen [netbsd-7]: isqemu.h
Log Message:
Pull up following revision(s) (requested by gson in ticket #413):
tests/lib/libc/gen/isqemu.h: revision 1.4
Need stdlib.h for EXIT_FAILURE
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.3.10.1 src/tests/lib/libc/gen/isqemu.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/lib/libc/gen/isqemu.h
diff -u src/tests/lib/libc/gen/isqemu.h:1.3 src/tests/lib/libc/gen/isqemu.h:1.3.10.1
--- src/tests/lib/libc/gen/isqemu.h:1.3 Sun Apr 14 12:46:29 2013
+++ src/tests/lib/libc/gen/isqemu.h Mon Jan 12 21:02:09 2015
@@ -1,4 +1,4 @@
-/* $NetBSD: isqemu.h,v 1.3 2013/04/14 12:46:29 martin Exp $ */
+/* $NetBSD: isqemu.h,v 1.3.10.1 2015/01/12 21:02:09 snj Exp $ */
/*-
* Copyright (c) 2013 The NetBSD Foundation, Inc.
@@ -34,6 +34,7 @@
#include <sys/param.h>
#include <sys/sysctl.h>
#include <stdbool.h>
+#include <stdlib.h>
#include <string.h>
#include <errno.h>
#include <err.h>