Include the correct header for pdfork()'s prototype.

Reviewed by:	kib, markj
Obtained from:	CheriBSD
Sponsored by:	The University of Cambridge, Google Inc.
Differential Revision:	https://reviews.freebsd.org/D33988
This commit is contained in:
John Baldwin 2022-01-24 09:52:12 -08:00
parent 308fc7e5b1
commit b943d31594

View File

@ -34,7 +34,7 @@
__FBSDID("$FreeBSD$");
#include <sys/types.h>
#include <unistd.h>
#include <sys/procdesc.h>
#include "libc_private.h"
#pragma weak pdfork