From 095662d5f0b8b01b6282352c5084cee0091548fc Mon Sep 17 00:00:00 2001 From: christos Date: Sat, 2 Apr 2016 21:09:43 +0000 Subject: [PATCH] need more includes for siginfo... --- sys/sys/wait.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sys/sys/wait.h b/sys/sys/wait.h index 94890bd563d6..639afc47d332 100644 --- a/sys/sys/wait.h +++ b/sys/sys/wait.h @@ -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 +#include +#include #include #include