#65293#: include <string.h>
This commit is contained in:
parent
6e026cae7c
commit
ba4c56c1e1
@ -2,9 +2,9 @@
|
||||
*
|
||||
* $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
|
||||
* either of the following licenses
|
||||
@ -75,6 +75,7 @@
|
||||
#include <osl/file.hxx>
|
||||
#endif
|
||||
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#if defined(SAL_W32) || defined(SAL_OS2)
|
||||
|
@ -2,9 +2,9 @@
|
||||
*
|
||||
* $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
|
||||
* either of the following licenses
|
||||
@ -58,7 +58,8 @@
|
||||
*
|
||||
*
|
||||
************************************************************************/
|
||||
#include <stdio.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "cppuoptions.hxx"
|
||||
|
||||
|
@ -2,9 +2,9 @@
|
||||
*
|
||||
* $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
|
||||
* either of the following licenses
|
||||
@ -60,6 +60,7 @@
|
||||
************************************************************************/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#ifndef _RTL_ALLOC_H_
|
||||
#include <rtl/alloc.h>
|
||||
#endif
|
||||
|
@ -2,9 +2,9 @@
|
||||
*
|
||||
* $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
|
||||
* either of the following licenses
|
||||
@ -85,6 +85,7 @@
|
||||
#include <io.h>
|
||||
#endif
|
||||
|
||||
#include <string.h>
|
||||
#ifdef SAL_UNX
|
||||
#include <unistd.h>
|
||||
#if defined(MACOSX) || defined(FREEBSD) || defined(NETBSD)
|
||||
|
@ -2,9 +2,9 @@
|
||||
*
|
||||
* $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
|
||||
* either of the following licenses
|
||||
@ -83,6 +83,7 @@
|
||||
#include <errno.h>
|
||||
#endif
|
||||
|
||||
#include <string.h>
|
||||
#ifdef SAL_UNX
|
||||
#include <unistd.h>
|
||||
#include <sys/stat.h>
|
||||
|
@ -2,9 +2,9 @@
|
||||
*
|
||||
* $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
|
||||
* either of the following licenses
|
||||
@ -59,6 +59,7 @@
|
||||
*
|
||||
************************************************************************/
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#ifndef _IDLC_OPTIONS_HXX_
|
||||
#include <idlc/options.hxx>
|
||||
|
@ -2,9 +2,9 @@
|
||||
*
|
||||
* $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
|
||||
* either of the following licenses
|
||||
@ -64,6 +64,7 @@
|
||||
* scanner.ll - Lexical scanner for IDLC 1.0
|
||||
*/
|
||||
#include <ctype.h>
|
||||
#include <string.h>
|
||||
|
||||
#ifndef _IDLC_IDLC_HXX_
|
||||
#include <idlc/idlc.hxx>
|
||||
|
Loading…
x
Reference in New Issue
Block a user