Difference for include/includes.h from version 1.2 to 1.3


version 1.2 version 1.3
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_includes_h =   * static char *rcsid_includes_h =
  *   "$Id: includes.h,v 1.2 1999/07/13 06:02:52 cvs Exp $";   *   "$Id: includes.h,v 1.3 2001/03/29 07:46:49 mwedel Exp $";
  */   */
   
 /*  /*
Line 80
 
Line 80
 #include <sys/time.h>  #include <sys/time.h>
 #endif  #endif
   
   #ifdef HAVE_TIME_H
   #include <time.h>
   #endif
   
 /* stddef is for offsetof */  /* stddef is for offsetof */
 #ifdef HAVE_STDDEF_H  #ifdef HAVE_STDDEF_H
 #include <stddef.h>  #include <stddef.h>


Legend:
line(s) removed in v.1.2 
line(s) changed
 line(s) added in v.1.3

File made using version 1.98 of cvs2html by leaf at 2011-07-21 19:22