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/dc01276e3563
branches:  trunk
changeset: 814645:dc01276e3563
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 5aa6346b0ea6 -r dc01276e3563 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