From 3ecbeb2d3a662b51fab68e66652309dd59e6d38c Mon Sep 17 00:00:00 2001 From: "Tim J. Robbins" Date: Fri, 3 Jan 2003 23:31:50 +0000 Subject: [PATCH] #include for strcmp()'s prototype. --- lib/libc/stdlib/getsubopt.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/libc/stdlib/getsubopt.c b/lib/libc/stdlib/getsubopt.c index c27bcf6e6ce0..8577446d1cda 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