From 04bfbdfd8fd1040ea2c34c53e8c751b3ed37fa69 Mon Sep 17 00:00:00 2001 From: Axel Dörfler Date: Fri, 26 Jun 2009 16:26:50 +0000 Subject: [PATCH] * Applied patch by Christian: build fix for Cygwin. git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@31258 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- jam/fileunix.c | 4 ++++ jam/patchlevel.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/jam/fileunix.c b/jam/fileunix.c index 9b5e3d2..d4f3427 100644 --- a/jam/fileunix.c +++ b/jam/fileunix.c @@ -58,6 +58,10 @@ # define STRUCT_DIRENT struct dirent # endif +# ifdef __CYGWIN__ +# include +# endif + # ifdef OS_COHERENT # include # define HAVE_AR diff --git a/jam/patchlevel.h b/jam/patchlevel.h index fac9205..e7f8dd0 100644 --- a/jam/patchlevel.h +++ b/jam/patchlevel.h @@ -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" -- gitore 0.2.2