--- imach/src/imach.c 2010/06/14 07:50:17 1.139 +++ imach/src/imach.c 2011/09/02 10:37:54 1.140 @@ -1,6 +1,9 @@ -/* $Id: imach.c,v 1.139 2010/06/14 07:50:17 brouard Exp $ +/* $Id: imach.c,v 1.140 2011/09/02 10:37:54 brouard Exp $ $State: Exp $ $Log: imach.c,v $ + Revision 1.140 2011/09/02 10:37:54 brouard + Summary: times.h is ok with mingw32 now. + Revision 1.139 2010/06/14 07:50:17 brouard After the theft of my laptop, I probably lost some lines of codes which were not uploaded to the CVS tree. I remember having already fixed agemin agemax which are pointers now but not cvs saved. @@ -388,7 +391,8 @@ #include extern int errno; -/* #include */ +#include +/* #include #include "timeval.h" @@ -431,11 +435,11 @@ extern int errno; #define ODIRSEPARATOR '/' #endif -/* $Id: imach.c,v 1.139 2010/06/14 07:50:17 brouard Exp $ */ +/* $Id: imach.c,v 1.140 2011/09/02 10:37:54 brouard Exp $ */ /* $State: Exp $ */ char version[]="Imach version 0.98m, April 2010, INED-EUROREVES-Institut de longevite "; -char fullversion[]="$Revision: 1.139 $ $Date: 2010/06/14 07:50:17 $"; +char fullversion[]="$Revision: 1.140 $ $Date: 2011/09/02 10:37:54 $"; char strstart[80]; char optionfilext[10], optionfilefiname[FILENAMELENGTH]; int erreur=0, nberr=0, nbwarn=0; /* Error number, number of errors number of warnings */