Update of /cvsroot/flexml/flexml
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv26787
Modified Files:
skel
Log Message:
Fix sourceforge bug #1563488: compile error when using flex 2.5.4.
Index: skel
===================================================================
RCS file: /cvsroot/flexml/flexml/skel,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- skel 12 Sep 2006 18:05:45 -0000 1.38
+++ skel 22 Sep 2006 13:19:22 -0000 1.39
@@ -29,6 +29,7 @@
FLEXML_VERSION
/* ANSI headers. */
+#include <stdlib.h> /* for realloc() -- needed here when using flex 2.5.4 */
#include <unistd.h>
#include <stdio.h>
#include <string.h>
|