From c61e3766177965797a40b9aaa90ac8f7cee25f47 Mon Sep 17 00:00:00 2001 From: steve Date: Thu, 7 Aug 1997 21:47:31 +0000 Subject: #include for getopt(3) call. --- usr.bin/printf/printf.c | 1 + 1 file changed, 1 insertion(+) (limited to 'usr.bin/printf') diff --git a/usr.bin/printf/printf.c b/usr.bin/printf/printf.c index 3444c20..25acd15 100644 --- a/usr.bin/printf/printf.c +++ b/usr.bin/printf/printf.c @@ -51,6 +51,7 @@ static char const sccsid[] = "@(#)printf.c 8.1 (Berkeley) 7/20/93"; #include #include #include +#include #ifdef SHELL #define main printfcmd -- cgit v1.1