]> henry.ined.fr Git - .git/commitdiff
Summary: times.h is ok with mingw32 now.
authorN. Brouard <brouard@ined.fr>
Fri, 2 Sep 2011 10:37:54 +0000 (10:37 +0000)
committerN. Brouard <brouard@ined.fr>
Fri, 2 Sep 2011 10:37:54 +0000 (10:37 +0000)
src/imach.c

index ee7e96a115d65b6e0210491449460e5578dbd518..5b5be6e66232e004792240bb4f7c1ad07d70c565 100644 (file)
@@ -1,6 +1,10 @@
 /* $Id$
   $State$
   $Log$
+  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.
+
   Revision 1.138  2010/04/30 18:19:40  brouard
   *** empty log message ***
 
 #include <errno.h>
 extern int errno;
 
-/* #include <sys/time.h> */
+#include <sys/time.h>
+/*
 #include <time.h>
 #include "timeval.h"