aboutsummaryrefslogtreecommitdiff
path: root/bin/chio/chio.c
diff options
context:
space:
mode:
authorPhilippe Charnier <charnier@FreeBSD.org>1998-05-13 07:19:45 +0000
committerPhilippe Charnier <charnier@FreeBSD.org>1998-05-13 07:19:45 +0000
commit930ab418d3f3711d76b1ccf9735fb29ef08fe1ff (patch)
treed3e2b8e0546d57a0260f586f9abda2e6c8db6f3d /bin/chio/chio.c
parent12f93eb9b19fb4ab6ecc755b1662244351761ebc (diff)
downloadsrc-930ab418d3f3711d76b1ccf9735fb29ef08fe1ff.tar.gz
src-930ab418d3f3711d76b1ccf9735fb29ef08fe1ff.zip
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
Notes
Notes: svn path=/head/; revision=36001
Diffstat (limited to 'bin/chio/chio.c')
-rw-r--r--bin/chio/chio.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/chio/chio.c b/bin/chio/chio.c
index 4507b59c498a..7488e7a3e8e4 100644
--- a/bin/chio/chio.c
+++ b/bin/chio/chio.c
@@ -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>