Module Name:    src
Committed By:   christos
Date:           Sat Apr  2 21:09:43 UTC 2016

Modified Files:
        src/sys/sys: wait.h

Log Message:
need more includes for siginfo...


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/sys/sys/wait.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/sys/wait.h
diff -u src/sys/sys/wait.h:1.28 src/sys/sys/wait.h:1.29
--- src/sys/sys/wait.h:1.28	Sat Apr  2 16:38:40 2016
+++ src/sys/sys/wait.h	Sat Apr  2 17:09:43 2016
@@ -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>
 

Reply via email to