From fbf7c7b30b02f8f9a9ed409744a45bb2bd6e1c93 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Fri, 6 Jun 2008 08:34:04 +0000 Subject: INTEGRATION: CWS ause093 (1.7.6); FILE MERGED 2008/05/14 15:06:07 hjs 1.7.6.1: #i89473# add include to make it compile on cygwin --- soltools/HIDCompiler/hidclex.l | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'soltools') diff --git a/soltools/HIDCompiler/hidclex.l b/soltools/HIDCompiler/hidclex.l index a8fc3bb6382d..6c1e62278d2b 100755 --- a/soltools/HIDCompiler/hidclex.l +++ b/soltools/HIDCompiler/hidclex.l @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: hidclex.l,v $ - * $Revision: 1.7 $ + * $Revision: 1.8 $ * * This file is part of OpenOffice.org. * @@ -37,7 +37,7 @@ #pragma warning(push, 1) #endif -static char const Revision[] = "$Revision: 1.7 $" ; +static char const Revision[] = "$Revision: 1.8 $" ; /* @@ -79,6 +79,10 @@ static int nInputFileDepth = 0; #include +#if defined _MSC_VER +#include +#endif + char* lower(char* str) { size_t s= strlen(str); -- cgit