#include <sys/types.h>

This commit is contained in:
Brian Somers 2000-10-15 20:04:09 +00:00
parent abf94dbd10
commit 9c8ec4f794
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=67171
3 changed files with 6 additions and 0 deletions

View File

@ -31,6 +31,8 @@
*
* $FreeBSD$
*/
#include <sys/types.h>
#include <errno.h>
#include <sys/wait.h>
#ifdef _THREAD_SAFE

View File

@ -31,6 +31,8 @@
*
* $FreeBSD$
*/
#include <sys/types.h>
#include <errno.h>
#include <sys/wait.h>
#ifdef _THREAD_SAFE

View File

@ -31,6 +31,8 @@
*
* $FreeBSD$
*/
#include <sys/types.h>
#include <errno.h>
#include <sys/wait.h>
#ifdef _THREAD_SAFE