#65293#: include <string.h>

This commit is contained in:
Jens-Heiner Rechtien 2002-02-21 11:16:53 +00:00
parent 8130b32b67
commit d6e245a70d
6 changed files with 20 additions and 12 deletions

View file

@ -2,9 +2,9 @@
* *
* $RCSfile: urp_marshal.hxx,v $ * $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 * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
@ -61,6 +61,8 @@
#ifndef _URP_MARSHAL_HXX_ #ifndef _URP_MARSHAL_HXX_
#define _URP_MARSHAL_HXX_ #define _URP_MARSHAL_HXX_
#include <string.h>
#ifndef _RTL_USTRBUF_HXX_ #ifndef _RTL_USTRBUF_HXX_
#include <rtl/ustrbuf.hxx> #include <rtl/ustrbuf.hxx>
#endif #endif

View file

@ -2,9 +2,9 @@
* *
* $RCSfile: global.cxx,v $ * $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 * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
@ -77,6 +77,7 @@
#include <stdlib.h> #include <stdlib.h>
#include <stdio.h> #include <stdio.h>
#include <string.h>
#if defined(SAL_W32) || defined(SAL_OS2) #if defined(SAL_W32) || defined(SAL_OS2)
#include <io.h> #include <io.h>
#include <direct.h> #include <direct.h>

View file

@ -2,9 +2,9 @@
* *
* $RCSfile: rdboptions.cxx,v $ * $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 * 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>
#include "rdboptions.hxx" #include "rdboptions.hxx"

View file

@ -2,9 +2,9 @@
* *
* $RCSfile: implreg.cxx,v $ * $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 * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
@ -58,6 +58,7 @@
* *
* *
************************************************************************/ ************************************************************************/
#include <string.h>
#include <list> #include <list>
#ifndef _CPPUHELPER_QUERYINTERFACE_HXX_ #ifndef _CPPUHELPER_QUERYINTERFACE_HXX_

View file

@ -2,9 +2,9 @@
* *
* $RCSfile: javavm.cxx,v $ * $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 * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
@ -63,6 +63,7 @@
#include <signal.h> #include <signal.h>
#endif #endif
#include <string.h>
#include <time.h> #include <time.h>

View file

@ -2,9 +2,9 @@
* *
* $RCSfile: jvmargs.cxx,v $ * $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 * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
@ -68,6 +68,8 @@
#endif #endif
#include <string.h>
#include "jvmargs.hxx" #include "jvmargs.hxx"
#include <osl/diagnose.h> #include <osl/diagnose.h>