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

gEDA-cvs: CVS update: s_clib.nw



  User: danmc   
  Date: 05/02/14 17:31:35

  Modified:    .        s_clib.nw
  Log:
  add some missing config.h inclusions
  
  
  Revision  Changes    Path
  1.12      +4 -0      eda/geda/devel/libgeda/noweb/s_clib.nw
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: s_clib.nw
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/libgeda/noweb/s_clib.nw,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -b -r1.11 -r1.12
  --- s_clib.nw	4 Feb 2005 04:39:29 -0000	1.11
  +++ s_clib.nw	14 Feb 2005 22:31:34 -0000	1.12
  @@ -65,6 +65,10 @@
   
   #include <glib.h>
   
  +#ifdef HAVE_STRING_H
  +#include <string.h>
  +#endif
  +
   #ifdef HAVE_LIBDMALLOC
   #include <dmalloc.h>
   #endif