Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/hilinfo Need <string.h> for strcmp() prototype.



details:   https://anonhg.NetBSD.org/src/rev/3fa023a8efa6
branches:  trunk
changeset: 532014:3fa023a8efa6
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Thu May 30 18:01:03 2002 +0000

description:
Need <string.h> for strcmp() prototype.

diffstat:

 usr.sbin/hilinfo/hilinfo.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r a557985177ea -r 3fa023a8efa6 usr.sbin/hilinfo/hilinfo.c
--- a/usr.sbin/hilinfo/hilinfo.c        Thu May 30 17:46:24 2002 +0000
+++ b/usr.sbin/hilinfo/hilinfo.c        Thu May 30 18:01:03 2002 +0000
@@ -19,12 +19,12 @@
  * improvements that they make and grant CSS redistribution rights.
  *
  *     from: Utah $Hdr: hilinfo.c 1.3 94/04/04$
- *     $NetBSD: hilinfo.c,v 1.4 2001/02/19 23:22:43 cgd Exp $
+ *     $NetBSD: hilinfo.c,v 1.5 2002/05/30 18:01:03 thorpej Exp $
  */
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: hilinfo.c,v 1.4 2001/02/19 23:22:43 cgd Exp $");
+__RCSID("$NetBSD: hilinfo.c,v 1.5 2002/05/30 18:01:03 thorpej Exp $");
 #endif
 
 #include <sys/types.h>
@@ -32,6 +32,7 @@
 #include <dev/hilioctl.h>
 #include <errno.h>
 #include <fcntl.h>
+#include <string.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <unistd.h>



Home | Main Index | Thread Index | Old Index