From 8e88b697f4e91b0ee0c50092cbe2cad30e0a0dbf Mon Sep 17 00:00:00 2001 From: Keith Bostic Date: Wed, 30 Mar 1994 12:19:21 -0800 Subject: [PATCH] needs stdio.h for EOF SCCS-vsn: admin/style/getopt 5.4 --- usr/src/admin/style/getopt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/usr/src/admin/style/getopt b/usr/src/admin/style/getopt index ba4f8f1d86..58fb8e77e8 100644 --- a/usr/src/admin/style/getopt +++ b/usr/src/admin/style/getopt @@ -1,12 +1,13 @@ /* * Main/getopt(3) fragment. * - * @(#)getopt 5.3 (Berkeley) %G% + * @(#)getopt 5.4 (Berkeley) %G% */ #include #include +#include void usage __P((void)); -- 2.20.1