From 163c89fb8a41ab3869bbc813f0e2946557432110 Mon Sep 17 00:00:00 2001 From: thorpej Date: Sat, 31 Jan 1998 20:43:48 +0000 Subject: [PATCH] Pull in to get strcmp() prototype. --- lib/libc/stdlib/getsubopt.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lib/libc/stdlib/getsubopt.c b/lib/libc/stdlib/getsubopt.c index fe6fe4b45a1f..47b2185e86d1 100644 --- a/lib/libc/stdlib/getsubopt.c +++ b/lib/libc/stdlib/getsubopt.c @@ -1,4 +1,4 @@ -/* $NetBSD: getsubopt.c,v 1.2 1998/01/31 20:41:43 thorpej Exp $ */ +/* $NetBSD: getsubopt.c,v 1.3 1998/01/31 20:43:48 thorpej Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -38,12 +38,13 @@ #if 0 static char sccsid[] = "@(#)getsubopt.c 8.1 (Berkeley) 6/4/93"; #else -__RCSID("$NetBSD: getsubopt.c,v 1.2 1998/01/31 20:41:43 thorpej Exp $"); +__RCSID("$NetBSD: getsubopt.c,v 1.3 1998/01/31 20:43:48 thorpej Exp $"); #endif #endif /* LIBC_SCCS and not lint */ -#include #include +#include +#include /* * The SVID interface to getsubopt provides no way of figuring out which