On Sun, Sep 11, 2016 at 11:17:25AM +0200, Theo Buehler wrote:
> These all call time(3), so should include <time.h> directly.
> 
> ok?
> 
> Index: bcd/bcd.c
> ===================================================================
> RCS file: /var/cvs/src/games/bcd/bcd.c,v
> retrieving revision 1.25
> diff -u -p -r1.25 bcd.c
> --- bcd/bcd.c 7 Mar 2016 12:07:55 -0000       1.25
> +++ bcd/bcd.c 11 Sep 2016 08:53:40 -0000
> @@ -63,6 +63,8 @@
>   * Nov 5, 1993
>   */
>  
> +#include <sys/types.h>
> +
>  #include <err.h>
>  #include <ctype.h>
>  #include <stdio.h>

This one is unrelated ?

Reply via email to