diff options
author | Patrick Luby <pluby@openoffice.org> | 2001-04-18 14:27:30 +0000 |
---|---|---|
committer | Patrick Luby <pluby@openoffice.org> | 2001-04-18 14:27:30 +0000 |
commit | 12430b86c68efcefdd0ae854a75f57460a9b09a3 (patch) | |
tree | 51a2feb4c6870f687e2feeb0480470695b393afa /soltools/testSHL | |
parent | 2bdadab7d80024501c19acdf6069846299829443 (diff) |
Correct Unix include path
Diffstat (limited to 'soltools/testSHL')
-rw-r--r-- | soltools/testSHL/util/tutil.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/soltools/testSHL/util/tutil.cxx b/soltools/testSHL/util/tutil.cxx index cf1d278cd292..73990bea234b 100644 --- a/soltools/testSHL/util/tutil.cxx +++ b/soltools/testSHL/util/tutil.cxx @@ -2,9 +2,9 @@ * * $RCSfile: tutil.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: pluby $ $Date: 2001-04-18 14:48:35 $ + * last change: $Author: pluby $ $Date: 2001-04-18 15:27:30 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -68,7 +68,7 @@ namespace tstutl { #define _getcwd getcwd #include <direct.h> // _getcwd #else -#include <stdlib.h> // getcwd +#include <unistd.h> // getcwd #endif // <function_cnvrtPth> |