Add <sys/wait.h> so that we have a prototype for waitpid(3).
This commit is contained in:
parent
4915f83148
commit
342644fea5
|
@ -1,11 +1,11 @@
|
|||
/* $NetBSD: file.c,v 1.64 2003/09/23 09:36:06 wiz Exp $ */
|
||||
/* $NetBSD: file.c,v 1.65 2003/09/23 14:18:01 agc Exp $ */
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
#ifndef lint
|
||||
#if 0
|
||||
static const char *rcsid = "from FreeBSD Id: file.c,v 1.29 1997/10/08 07:47:54 charnier Exp";
|
||||
#else
|
||||
__RCSID("$NetBSD: file.c,v 1.64 2003/09/23 09:36:06 wiz Exp $");
|
||||
__RCSID("$NetBSD: file.c,v 1.65 2003/09/23 14:18:01 agc Exp $");
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
@ -31,6 +31,8 @@ __RCSID("$NetBSD: file.c,v 1.64 2003/09/23 09:36:06 wiz Exp $");
|
|||
|
||||
#include "lib.h"
|
||||
|
||||
#include <sys/wait.h>
|
||||
|
||||
#include <assert.h>
|
||||
#include <err.h>
|
||||
#include <netdb.h>
|
||||
|
|
Loading…
Reference in New Issue