From b35618eb35ff79904e5d42e24eb655d9b6416099 Mon Sep 17 00:00:00 2001 From: charnier Date: Wed, 13 May 1998 07:19:45 +0000 Subject: Do not remove include of and . They should be here before including almost any POSIX header. Requested by: Bruce --- bin/chio/chio.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin/chio') diff --git a/bin/chio/chio.c b/bin/chio/chio.c index 4507b59..7488e7a 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 #include #include #include -- cgit v1.1