#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 $
*
* $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"

View file

@ -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>