diff --git a/sys/sys/wait.h b/sys/sys/wait.h index 396f8b91cbf9..bc8f8f9ffbee 100644 --- a/sys/sys/wait.h +++ b/sys/sys/wait.h @@ -1,4 +1,4 @@ -/* $NetBSD: wait.h,v 1.11 1996/04/09 20:55:51 cgd Exp $ */ +/* $NetBSD: wait.h,v 1.12 1996/10/12 22:20:50 christos Exp $ */ /* * Copyright (c) 1982, 1986, 1989, 1993, 1994 @@ -90,7 +90,7 @@ #define WAIT_ANY (-1) /* any process */ #define WAIT_MYPGRP 0 /* any process in my process group */ -#include +#include /* * Deprecated: @@ -145,7 +145,6 @@ union wait { #endif /* _POSIX_SOURCE */ #ifndef _KERNEL -#include #include __BEGIN_DECLS