#65293#: include <string.h>
This commit is contained in:
parent
8130b32b67
commit
d6e245a70d
6 changed files with 20 additions and 12 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: urp_marshal.hxx,v $
|
||||
*
|
||||
* $Revision: 1.3 $
|
||||
* $Revision: 1.4 $
|
||||
*
|
||||
* last change: $Author: jbu $ $Date: 2001-08-31 16:16:52 $
|
||||
* last change: $Author: hr $ $Date: 2002-02-21 12:11:45 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -61,6 +61,8 @@
|
|||
#ifndef _URP_MARSHAL_HXX_
|
||||
#define _URP_MARSHAL_HXX_
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#ifndef _RTL_USTRBUF_HXX_
|
||||
#include <rtl/ustrbuf.hxx>
|
||||
#endif
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: global.cxx,v $
|
||||
*
|
||||
* $Revision: 1.7 $
|
||||
* $Revision: 1.8 $
|
||||
*
|
||||
* last change: $Author: jsc $ $Date: 2001-11-26 12:20:23 $
|
||||
* last change: $Author: hr $ $Date: 2002-02-21 12:13:13 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -77,6 +77,7 @@
|
|||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#if defined(SAL_W32) || defined(SAL_OS2)
|
||||
#include <io.h>
|
||||
#include <direct.h>
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: rdboptions.cxx,v $
|
||||
*
|
||||
* $Revision: 1.1.1.1 $
|
||||
* $Revision: 1.2 $
|
||||
*
|
||||
* last change: $Author: hr $ $Date: 2000-09-18 15:29:08 $
|
||||
* last change: $Author: hr $ $Date: 2002-02-21 12:15:47 $
|
||||
*
|
||||
* 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>
|
||||
|
||||
#include "rdboptions.hxx"
|
||||
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: implreg.cxx,v $
|
||||
*
|
||||
* $Revision: 1.12 $
|
||||
* $Revision: 1.13 $
|
||||
*
|
||||
* last change: $Author: jbu $ $Date: 2001-12-03 17:50:06 $
|
||||
* last change: $Author: hr $ $Date: 2002-02-21 12:16:53 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -58,6 +58,7 @@
|
|||
*
|
||||
*
|
||||
************************************************************************/
|
||||
#include <string.h>
|
||||
#include <list>
|
||||
|
||||
#ifndef _CPPUHELPER_QUERYINTERFACE_HXX_
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: javavm.cxx,v $
|
||||
*
|
||||
* $Revision: 1.27 $
|
||||
* $Revision: 1.28 $
|
||||
*
|
||||
* last change: $Author: cp $ $Date: 2002-01-20 20:11:04 $
|
||||
* last change: $Author: hr $ $Date: 2002-02-21 12:14:56 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -63,6 +63,7 @@
|
|||
#include <signal.h>
|
||||
#endif
|
||||
|
||||
#include <string.h>
|
||||
#include <time.h>
|
||||
|
||||
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: jvmargs.cxx,v $
|
||||
*
|
||||
* $Revision: 1.5 $
|
||||
* $Revision: 1.6 $
|
||||
*
|
||||
* last change: $Author: cp $ $Date: 2002-01-20 20:11:04 $
|
||||
* last change: $Author: hr $ $Date: 2002-02-21 12:14:56 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -68,6 +68,8 @@
|
|||
#endif
|
||||
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#include "jvmargs.hxx"
|
||||
|
||||
#include <osl/diagnose.h>
|
||||
|
|
Loading…
Reference in a new issue