[Expat-checkins] CVS: expat/xmlwf unixfilemap.c,1.6,1.7

Fred L. Drake fdrake@users.sourceforge.net
Wed, 25 Jul 2001 10:13:36 -0700


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

Modified Files:
	unixfilemap.c 
Log Message:

#include <unistd.h> to pick up the close() prototype.


Index: unixfilemap.c
===================================================================
RCS file: /cvsroot/expat/expat/xmlwf/unixfilemap.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** unixfilemap.c	2000/09/21 21:20:18	1.6
--- unixfilemap.c	2001/07/25 17:13:34	1.7
***************
*** 11,14 ****
--- 11,15 ----
  #include <string.h>
  #include <stdio.h>
+ #include <unistd.h>
  
  #ifndef MAP_FILE