#65293#: include <string.h>

This commit is contained in:
Jens-Heiner Rechtien
2002-02-21 10:44:33 +00:00
parent ba4c56c1e1
commit 8130b32b67
2 changed files with 6 additions and 4 deletions

View File

@@ -2,9 +2,9 @@
* *
* $RCSfile: javaoptions.cxx,v $ * $RCSfile: javaoptions.cxx,v $
* *
* $Revision: 1.2 $ * $Revision: 1.3 $
* *
* last change: $Author: jsc $ $Date: 2001-03-06 08:17:55 $ * last change: $Author: hr $ $Date: 2002-02-21 11:41:39 $
* *
* 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 "javaoptions.hxx" #include "javaoptions.hxx"

View File

@@ -2,9 +2,9 @@
* *
* $RCSfile: bootstrap.cxx,v $ * $RCSfile: bootstrap.cxx,v $
* *
* $Revision: 1.7 $ * $Revision: 1.8 $
* *
* last change: $Author: dbo $ $Date: 2002-01-25 09:36:50 $ * last change: $Author: hr $ $Date: 2002-02-21 11:44:33 $
* *
* 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 <string.h>
#include <vector> #include <vector>
#include <rtl/process.h> #include <rtl/process.h>