[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: s_hierarchy.c
User: danmc
Date: 05/09/27 18:43:40
Modified: . s_hierarchy.c
Log:
remove various compiler warnings
Revision Changes Path
1.13 +3 -0 eda/geda/devel/gnetlist/src/s_hierarchy.c
(In the diff below, changes in quantity of whitespace are not shown.)
Index: s_hierarchy.c
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/gnetlist/src/s_hierarchy.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- s_hierarchy.c 4 Feb 2005 23:14:30 -0000 1.12
+++ s_hierarchy.c 27 Sep 2005 22:43:40 -0000 1.13
@@ -24,6 +24,9 @@
#ifdef HAVE_STRING_H
#include <string.h>
#endif
+#ifdef HAVE_STRINGS_H
+#include <strings.h>
+#endif
#include <libgeda/libgeda.h>