* Applied patch by Christian: build fix for Cygwin.

git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@31258 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2009-06-26 16:26:50 +00:00
parent 0df6ed3163
commit 04bfbdfd8f
2 changed files with 5 additions and 1 deletions

View File

@@ -58,6 +58,10 @@
# define STRUCT_DIRENT struct dirent
# endif
# ifdef __CYGWIN__
# include <unistd.h>
# endif
# ifdef OS_COHERENT
# include <arcoff.h>
# define HAVE_AR

View File

@@ -1,5 +1,5 @@
/* Keep JAMVERSYM in sync with VERSION. */
/* It can be accessed as $(JAMVERSION) in the Jamfile. */
#define VERSION "2.5-haiku-20080327"
#define VERSION "2.5-haiku-20090626"
#define JAMVERSYM "JAMVERSION=2.5"