needs stdio.h for EOF
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Wed, 30 Mar 1994 20:19:21 +0000 (12:19 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Wed, 30 Mar 1994 20:19:21 +0000 (12:19 -0800)
SCCS-vsn: admin/style/getopt 5.4

usr/src/admin/style/getopt

index ba4f8f1..58fb8e7 100644 (file)
@@ -1,12 +1,13 @@
 /*
  * Main/getopt(3) fragment.
  *
 /*
  * Main/getopt(3) fragment.
  *
- *     @(#)getopt      5.3 (Berkeley) %G%
+ *     @(#)getopt      5.4 (Berkeley) %G%
  */
 
 #include <sys/types.h>
 
 #include <stdlib.h>
  */
 
 #include <sys/types.h>
 
 #include <stdlib.h>
+#include <stdio.h>
 
 void usage __P((void));
 
 
 void usage __P((void));