Added #include of <unistd.h> so that there is some chance that
_POSIX_SAVED_IDS is defined. This feature was broken for a day or two.
This commit is contained in:
parent
8e6a325bf4
commit
b32b240721
@ -36,7 +36,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* @(#)kern_prot.c 8.6 (Berkeley) 1/21/94
|
||||
* $Id: kern_prot.c,v 1.17 1996/05/30 01:21:50 davidg Exp $
|
||||
* $Id: kern_prot.c,v 1.18 1996/09/01 22:15:54 ache Exp $
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -52,6 +52,7 @@
|
||||
#include <sys/timeb.h>
|
||||
#include <sys/times.h>
|
||||
#include <sys/malloc.h>
|
||||
#include <sys/unistd.h>
|
||||
|
||||
#ifndef _SYS_SYSPROTO_H_
|
||||
struct getpid_args {
|
||||
|
Loading…
Reference in New Issue
Block a user