#include <sys/types.h>

This commit is contained in:
Brian Somers 2000-10-15 20:04:09 +00:00
parent abf94dbd10
commit 9c8ec4f794
3 changed files with 6 additions and 0 deletions

View File

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

View File

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

View File

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