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

gEDA-cvs: CVS update: libgeda.h



  User: sdb     
  Date: 05/02/17 21:58:25

  Modified:    .        libgeda.h
  Log:
  Revert to putenv after W. Hoch has problems with compiling
  
  g_setenv.  G_setenv requires glib-2.4.*.
  
  
  
  
  Revision  Changes    Path
  1.7       +1 -0      eda/geda/devel/libgeda/include/libgeda.h
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: libgeda.h
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/libgeda/include/libgeda.h,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- libgeda.h	2 Feb 2005 18:23:56 -0000	1.6
  +++ libgeda.h	18 Feb 2005 02:58:25 -0000	1.7
  @@ -22,6 +22,7 @@
   
   #include <gtk/gtk.h>
   #include <gdk/gdk.h>
  +#include <glib.h>
   
   #include <stdio.h>
   #include <libguile.h>