Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/lib/libc/gen Need stdlib.h for EXIT_FAILURE
details: https://anonhg.NetBSD.org/src/rev/e59935be34b8
branches: trunk
changeset: 335333:e59935be34b8
user: gson <gson%NetBSD.org@localhost>
date: Sat Jan 03 14:21:05 2015 +0000
description:
Need stdlib.h for EXIT_FAILURE
diffstat:
tests/lib/libc/gen/isqemu.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 367a7e51f498 -r e59935be34b8 tests/lib/libc/gen/isqemu.h
--- a/tests/lib/libc/gen/isqemu.h Sat Jan 03 13:29:02 2015 +0000
+++ b/tests/lib/libc/gen/isqemu.h Sat Jan 03 14:21:05 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: isqemu.h,v 1.3 2013/04/14 12:46:29 martin Exp $ */
+/* $NetBSD: isqemu.h,v 1.4 2015/01/03 14:21:05 gson 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>
Home |
Main Index |
Thread Index |
Old Index