diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2002-02-21 10:44:33 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2002-02-21 10:44:33 +0000 |
commit | b0a5a3d471dbddbb6ef6aa3ca3343bad8ed45216 (patch) | |
tree | 92ae0dc252cd7c787814731df5924684576b6c8b /codemaker | |
parent | befe9b56063370593cde1507cf56db7cb7279630 (diff) |
#65293#: include <string.h>
Diffstat (limited to 'codemaker')
-rw-r--r-- | codemaker/source/javamaker/javaoptions.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/codemaker/source/javamaker/javaoptions.cxx b/codemaker/source/javamaker/javaoptions.cxx index 3ef00e1b8..9a8ddc79e 100644 --- a/codemaker/source/javamaker/javaoptions.cxx +++ b/codemaker/source/javamaker/javaoptions.cxx @@ -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" |