Include sys/types.h

This commit is contained in:
Brian Somers 2000-10-16 07:11:30 +00:00
parent ebe53e9e4e
commit 0d8188ce22
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=67183
3 changed files with 6 additions and 0 deletions

View File

@ -35,6 +35,8 @@ static char * const rcsid =
#endif
#endif /* not lint */
#include <sys/types.h>
#include <sys/ioctl.h>
#include <sys/wait.h>

View File

@ -57,6 +57,8 @@ static char * const rcsid =
*
*/
#include <sys/types.h>
#include <sys/ioctl.h>
#include <sys/wait.h>
#include <ctype.h>

View File

@ -83,6 +83,8 @@
*
*/
#include <sys/types.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>