Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys need more includes for siginfo...
details: https://anonhg.NetBSD.org/src/rev/0a2bf279b4b1
branches: trunk
changeset: 344503:0a2bf279b4b1
user: christos <christos%NetBSD.org@localhost>
date: Sat Apr 02 21:09:43 2016 +0000
description:
need more includes for siginfo...
diffstat:
sys/sys/wait.h | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 1156089cdacd -r 0a2bf279b4b1 sys/sys/wait.h
--- a/sys/sys/wait.h Sat Apr 02 21:03:13 2016 +0000
+++ b/sys/sys/wait.h Sat Apr 02 21:09:43 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: wait.h,v 1.28 2016/04/02 20:38:40 christos Exp $ */
+/* $NetBSD: wait.h,v 1.29 2016/04/02 21:09:43 christos Exp $ */
/*
* Copyright (c) 1982, 1986, 1989, 1993, 1994
@@ -35,6 +35,8 @@
#define _SYS_WAIT_H_
#include <sys/featuretest.h>
+#include <sys/types.h>
+#include <sys/sigtypes.h>
#include <sys/siginfo.h>
#include <sys/idtype.h>
Home |
Main Index |
Thread Index |
Old Index