From c3c81fd44127957c4f17b61b184e8473a278af50 Mon Sep 17 00:00:00 2001 From: tjr Date: Fri, 3 Jan 2003 23:31:50 +0000 Subject: #include for strcmp()'s prototype. --- lib/libc/stdlib/getsubopt.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/libc') diff --git a/lib/libc/stdlib/getsubopt.c b/lib/libc/stdlib/getsubopt.c index c27bcf6..8577446 100644 --- a/lib/libc/stdlib/getsubopt.c +++ b/lib/libc/stdlib/getsubopt.c @@ -37,8 +37,9 @@ static char sccsid[] = "@(#)getsubopt.c 8.1 (Berkeley) 6/4/93"; #include __FBSDID("$FreeBSD$"); -#include #include +#include +#include /* * The SVID interface to getsubopt provides no way of figuring out which -- cgit v1.1