#65293#: include <string.h>
This commit is contained in:
parent
ba4c56c1e1
commit
8130b32b67
2 changed files with 6 additions and 4 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $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
|
||||
* either of the following licenses
|
||||
|
@ -59,6 +59,7 @@
|
|||
*
|
||||
************************************************************************/
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "javaoptions.hxx"
|
||||
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $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
|
||||
* either of the following licenses
|
||||
|
@ -59,6 +59,7 @@
|
|||
*
|
||||
************************************************************************/
|
||||
|
||||
#include <string.h>
|
||||
#include <vector>
|
||||
|
||||
#include <rtl/process.h>
|
||||
|
|
Loading…
Reference in a new issue