From: Keith Bostic Date: Wed, 30 Mar 1994 20:19:21 +0000 (-0800) Subject: needs stdio.h for EOF X-Git-Tag: BSD-4_4_Lite1-Snapshot-Development~71 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/8e88b697f4e91b0ee0c50092cbe2cad30e0a0dbf needs stdio.h for EOF SCCS-vsn: admin/style/getopt 5.4 --- 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));