[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: s_check.c
User: danmc
Date: 05/09/27 18:51:19
Modified: . s_check.c
Log:
remove various compiler warnings
Revision Changes Path
1.23 +3 -0 eda/geda/devel/gsymcheck/src/s_check.c
(In the diff below, changes in quantity of whitespace are not shown.)
Index: s_check.c
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/gsymcheck/src/s_check.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -b -r1.22 -r1.23
--- s_check.c 26 Feb 2005 01:14:10 -0000 1.22
+++ s_check.c 27 Sep 2005 22:51:18 -0000 1.23
@@ -23,6 +23,9 @@
#ifdef HAVE_STRING_H
#include <string.h>
#endif
+#ifdef HAVE_STRINGS_H
+#include <strings.h>
+#endif
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif