#65293#: include <string.h>

This commit is contained in:
Jens-Heiner Rechtien
2002-02-21 10:35:11 +00:00
parent 6e026cae7c
commit ba4c56c1e1
7 changed files with 22 additions and 15 deletions

View File

@@ -2,9 +2,9 @@
* *
* $RCSfile: global.cxx,v $ * $RCSfile: global.cxx,v $
* *
* $Revision: 1.13 $ * $Revision: 1.14 $
* *
* last change: $Author: jsc $ $Date: 2001-11-15 13:00:46 $ * last change: $Author: hr $ $Date: 2002-02-21 11:31:21 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
@@ -75,6 +75,7 @@
#include <osl/file.hxx> #include <osl/file.hxx>
#endif #endif
#include <string.h>
#include <stdlib.h> #include <stdlib.h>
#include <stdio.h> #include <stdio.h>
#if defined(SAL_W32) || defined(SAL_OS2) #if defined(SAL_W32) || defined(SAL_OS2)

View File

@@ -2,9 +2,9 @@
* *
* $RCSfile: cppuoptions.cxx,v $ * $RCSfile: cppuoptions.cxx,v $
* *
* $Revision: 1.3 $ * $Revision: 1.4 $
* *
* last change: $Author: jsc $ $Date: 2001-04-11 08:30:40 $ * last change: $Author: hr $ $Date: 2002-02-21 11:35:11 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
@@ -58,7 +58,8 @@
* *
* *
************************************************************************/ ************************************************************************/
#include <stdio.h> #include <stdio.h>
#include <string.h>
#include "cppuoptions.hxx" #include "cppuoptions.hxx"

View File

@@ -2,9 +2,9 @@
* *
* $RCSfile: cpputype.cxx,v $ * $RCSfile: cpputype.cxx,v $
* *
* $Revision: 1.17 $ * $Revision: 1.18 $
* *
* last change: $Author: dbo $ $Date: 2001-10-19 13:26:20 $ * last change: $Author: hr $ $Date: 2002-02-21 11:35:11 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
@@ -60,6 +60,7 @@
************************************************************************/ ************************************************************************/
#include <stdio.h> #include <stdio.h>
#include <string.h>
#ifndef _RTL_ALLOC_H_ #ifndef _RTL_ALLOC_H_
#include <rtl/alloc.h> #include <rtl/alloc.h>
#endif #endif

View File

@@ -2,9 +2,9 @@
* *
* $RCSfile: idlccompile.cxx,v $ * $RCSfile: idlccompile.cxx,v $
* *
* $Revision: 1.10 $ * $Revision: 1.11 $
* *
* last change: $Author: jsc $ $Date: 2001-08-30 10:27:39 $ * last change: $Author: hr $ $Date: 2002-02-21 11:31:12 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
@@ -85,6 +85,7 @@
#include <io.h> #include <io.h>
#endif #endif
#include <string.h>
#ifdef SAL_UNX #ifdef SAL_UNX
#include <unistd.h> #include <unistd.h>
#if defined(MACOSX) || defined(FREEBSD) || defined(NETBSD) #if defined(MACOSX) || defined(FREEBSD) || defined(NETBSD)

View File

@@ -2,9 +2,9 @@
* *
* $RCSfile: idlcproduce.cxx,v $ * $RCSfile: idlcproduce.cxx,v $
* *
* $Revision: 1.6 $ * $Revision: 1.7 $
* *
* last change: $Author: dbo $ $Date: 2001-08-23 07:21:56 $ * last change: $Author: hr $ $Date: 2002-02-21 11:31:12 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
@@ -83,6 +83,7 @@
#include <errno.h> #include <errno.h>
#endif #endif
#include <string.h>
#ifdef SAL_UNX #ifdef SAL_UNX
#include <unistd.h> #include <unistd.h>
#include <sys/stat.h> #include <sys/stat.h>

View File

@@ -2,9 +2,9 @@
* *
* $RCSfile: options.cxx,v $ * $RCSfile: options.cxx,v $
* *
* $Revision: 1.5 $ * $Revision: 1.6 $
* *
* last change: $Author: jsc $ $Date: 2001-07-25 14:53:02 $ * last change: $Author: hr $ $Date: 2002-02-21 11:31:12 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
@@ -59,6 +59,7 @@
* *
************************************************************************/ ************************************************************************/
#include <stdio.h> #include <stdio.h>
#include <string.h>
#ifndef _IDLC_OPTIONS_HXX_ #ifndef _IDLC_OPTIONS_HXX_
#include <idlc/options.hxx> #include <idlc/options.hxx>

View File

@@ -2,9 +2,9 @@
* *
* $RCSfile: scanner.ll,v $ * $RCSfile: scanner.ll,v $
* *
* $Revision: 1.4 $ * $Revision: 1.5 $
* *
* last change: $Author: jsc $ $Date: 2001-05-18 15:38:10 $ * last change: $Author: hr $ $Date: 2002-02-21 11:31:12 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
@@ -64,6 +64,7 @@
* scanner.ll - Lexical scanner for IDLC 1.0 * scanner.ll - Lexical scanner for IDLC 1.0
*/ */
#include <ctype.h> #include <ctype.h>
#include <string.h>
#ifndef _IDLC_IDLC_HXX_ #ifndef _IDLC_IDLC_HXX_
#include <idlc/idlc.hxx> #include <idlc/idlc.hxx>