Include sys/types.h

This commit is contained in:
Brian Somers 2000-10-16 08:22:42 +00:00
parent 20841b5823
commit bff9e230c6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=67191
2 changed files with 6 additions and 0 deletions

View File

@ -39,6 +39,8 @@ static const char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
#include <sys/types.h>
#include <sys/wait.h>
#include "defs.h"

View File

@ -25,6 +25,8 @@
* Sun Microsystems, Inc.
* 2550 Garcia Avenue
* Mountain View, California 94043
*
* $FreeBSD$
*/
#ident "@(#)rpc_scan.c 1.13 93/07/05 SMI"
@ -38,6 +40,8 @@ static char sccsid[] = "@(#)rpc_scan.c 1.11 89/02/22 (C) 1987 SMI";
* Copyright (C) 1987, Sun Microsystems, Inc.
*/
#include <sys/types.h>
#include <sys/wait.h>
#include <stdio.h>
#include <ctype.h>