K 10 svn:author V 6 obrien K 8 svn:date V 27 2012-07-02T05:57:01.187990Z K 7 svn:log V 451 MFC: r229809: Don't include . The purpose of not including is to avoid the compiler warning we put in . So this change will cause CVS to provide its own definition of 'struct timeb'. This is only OK because the code never calls the libc ftime(3) interface. CVS only uses 'struct timeb' as a convenience structure -- thus it doesn't matter how its supplied definition does or does not match the ftime(3) ABI. END