[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: CVS update: f_basic.nw



  User: werner  
  Date: 06/04/14 03:54:10

  Modified:    .        f_basic.nw
  Log:
  <time.h> for difftime used in f_open() --> compiler warning
  
  
  
  
  Revision  Changes    Path
  1.20      +1 -0      eda/geda/devel/libgeda/noweb/f_basic.nw
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: f_basic.nw
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/libgeda/noweb/f_basic.nw,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -b -r1.19 -r1.20
  --- f_basic.nw	25 Feb 2006 14:42:01 -0000	1.19
  +++ f_basic.nw	14 Apr 2006 07:54:10 -0000	1.20
  @@ -55,6 +55,7 @@
   
   #include <sys/param.h>
   #include <stdlib.h>
  +#include <time.h>
   #include <sys/types.h>
   #include <sys/stat.h>