Re: missing includes in games/

2016-09-11 Thread Theo Buehler
On Sun, Sep 11, 2016 at 11:23:13AM +0200, Landry Breuil wrote: > On Sun, Sep 11, 2016 at 11:17:25AM +0200, Theo Buehler wrote: > > These all call time(3), so should include directly. > > > > ok? > > > > Index: bcd/bcd.c > > === > >

Re: missing includes in games/

2016-09-11 Thread Landry Breuil
On Sun, Sep 11, 2016 at 11:17:25AM +0200, Theo Buehler wrote: > These all call time(3), so should include directly. > > ok? > > Index: bcd/bcd.c > === > RCS file: /var/cvs/src/games/bcd/bcd.c,v > retrieving revision 1.25 > diff -u -

missing includes in games/

2016-09-11 Thread Theo Buehler
These all call time(3), so should include directly. ok? Index: arithmetic/arithmetic.c === RCS file: /var/cvs/src/games/arithmetic/arithmetic.c,v retrieving revision 1.26 diff -u -p -r1.26 arithmetic.c --- arithmetic/arithmetic.c