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

This commit is contained in:
thorpej 2002-05-30 18:01:03 +00:00
parent f9fe308928
commit 617898cca8

View File

@ -19,12 +19,12 @@
* improvements that they make and grant CSS redistribution rights. * improvements that they make and grant CSS redistribution rights.
* *
* from: Utah $Hdr: hilinfo.c 1.3 94/04/04$ * 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> #include <sys/cdefs.h>
#ifndef lint #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 #endif
#include <sys/types.h> #include <sys/types.h>
@ -32,6 +32,7 @@ __RCSID("$NetBSD: hilinfo.c,v 1.4 2001/02/19 23:22:43 cgd Exp $");
#include <dev/hilioctl.h> #include <dev/hilioctl.h>
#include <errno.h> #include <errno.h>
#include <fcntl.h> #include <fcntl.h>
#include <string.h>
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <unistd.h> #include <unistd.h>