Add sys/proc.h so this compiles.
This commit is contained in:
parent
0666f80c6c
commit
5b09e159e7
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: linux_pipe.c,v 1.4 2000/06/29 02:40:37 mrg Exp $ */
|
||||
/* $NetBSD: linux_pipe.c,v 1.5 2000/10/16 03:18:04 erh Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1998 The NetBSD Foundation, Inc.
|
||||
|
@ -43,6 +43,7 @@
|
|||
#include <sys/mbuf.h>
|
||||
#include <sys/mman.h>
|
||||
#include <sys/mount.h>
|
||||
#include <sys/proc.h>
|
||||
|
||||
#include <sys/syscallargs.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue