License: X11
ChangeLog:
Jon Griffiths <jon_p_griffiths@yahoo.com>
+tools/bin2res.c
Portability fix
=====
"Don't wait for the seas to part, or messiahs to come;
Don't you sit around and waste this chance..." - Live
jon_p_griffiths@yahoo.com
__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
--- wine/tools/bin2res.c Sun Jun 2 21:22:50 2002
+++ wine-develop/tools/bin2res.c Thu Jul 24 21:00:43 2003
@@ -36,7 +36,9 @@
#include <stdlib.h>
#include <fcntl.h>
-#include <unistd.h>
+#ifdef HAVE_UNISTD_H
+# include <unistd.h>
+#endif
#ifdef HAVE_SYS_MMAN_H
# include <sys/mman.h>
#endif