diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2002-02-21 14:20:23 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2002-02-21 14:20:23 +0000 |
commit | 2034e0474db128ed3d587eb82b850fadc42af05b (patch) | |
tree | 497f682dfeaaaef921f4503685a4380f17d9c514 /shell/source | |
parent | 0101cd0070bf53b0e5085a944869f5b9e4fc2058 (diff) |
#65293#: include <string.h>
Diffstat (limited to 'shell/source')
-rw-r--r-- | shell/source/unix/exec/shellexec.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/shell/source/unix/exec/shellexec.cxx b/shell/source/unix/exec/shellexec.cxx index c891edc0218d..1d2c731c49bb 100644 --- a/shell/source/unix/exec/shellexec.cxx +++ b/shell/source/unix/exec/shellexec.cxx @@ -2,9 +2,9 @@ * * $RCSfile: shellexec.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: obr $ $Date: 2001-11-01 14:23:42 $ + * last change: $Author: hr $ $Date: 2002-02-21 15:20:23 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -97,6 +97,7 @@ #include <errno.h> #include <unistd.h> +#include <string.h> //------------------------------------------------------------------------ // namespace directives |