expat/xmlwf readfilemap.c,1.10,1.11
"Fred L. Drake" <[email protected]> Thu, 29 Apr 2004 20:44:36 -0700
| Newsgroups | gmane.text.xml.expat.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/expat/expat/xmlwf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2296 Modified Files: readfilemap.c Log Message: patch from Shard (neoni dot net) to support BeOS Index: readfilemap.c =================================================================== RCS file: /cvsroot/expat/expat/xmlwf/readfilemap.c,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- readfilemap.c 20 Nov 2002 16:20:10 -0000 1.10 +++ readfilemap.c 30 Apr 2004 03:44:34 -0000 1.11 @@ -8,6 +8,10 @@ #include <stdlib.h> #include <stdio.h> +#ifdef __BEOS__ +#include <unistd.h> +#endif + #ifndef S_ISREG #ifndef S_IFREG #define S_IFREG _S_IFREG