Do not remove include of <sys/param.h> and <sys/types.h>. They should

be here before including almost any POSIX header.
Requested by:	Bruce
This commit is contained in:
charnier 1998-05-13 07:19:45 +00:00
parent 9ae843f2f7
commit 1570bafc51

View File

@ -32,9 +32,10 @@
#ifndef lint
static const char rcsid[] =
"$Id$";
"$Id: chio.c,v 1.5 1998/05/06 06:49:56 charnier Exp $";
#endif /* not lint */
#include <sys/param.h>
#include <sys/chio.h>
#include <err.h>
#include <fcntl.h>