[Expat-checkins] CVS: expat/xmlwf readfilemap.c,1.7,1.8

Fred L. Drake fdrake@users.sourceforge.net
Thu Nov 8 20:09:01 2001


Update of /cvsroot/expat/expat/xmlwf
In directory usw-pr-cvs1:/tmp/cvs-serv16138/xmlwf

Modified Files:
	readfilemap.c 
Log Message:
Include header to avoid compiler warnings.  Part of SF patch #465018.

Index: readfilemap.c
===================================================================
RCS file: /cvsroot/expat/expat/xmlwf/readfilemap.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** readfilemap.c	2000/09/21 21:20:18	1.7
--- readfilemap.c	2001/11/09 04:08:51	1.8
***************
*** 28,31 ****
--- 28,33 ----
  #endif
  
+ #include "filemap.h"
+ 
  int filemap(const char *name,
  	    void (*processor)(const void *, size_t, const char *, void *arg),