[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: s_encoding.nw
User: cnieves
Date: 05/10/01 04:30:59
Modified: . s_encoding.nw
Log:
Fixed compiler warning.
Revision Changes Path
1.2 +4 -0 eda/geda/devel/libgeda/noweb/s_encoding.nw
(In the diff below, changes in quantity of whitespace are not shown.)
Index: s_encoding.nw
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/libgeda/noweb/s_encoding.nw,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- s_encoding.nw 30 Sep 2005 22:01:52 -0000 1.1
+++ s_encoding.nw 1 Oct 2005 08:30:59 -0000 1.2
@@ -54,6 +54,10 @@
@
<<s_encoding.c : include_directives>>=
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <ctype.h>
#include <glib.h>
#ifdef HAVE_STRING_H