summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Luby <pluby@openoffice.org>2001-04-18 14:27:30 +0000
committerPatrick Luby <pluby@openoffice.org>2001-04-18 14:27:30 +0000
commit12430b86c68efcefdd0ae854a75f57460a9b09a3 (patch)
tree51a2feb4c6870f687e2feeb0480470695b393afa
parent2bdadab7d80024501c19acdf6069846299829443 (diff)
Correct Unix include path
-rw-r--r--soltools/testSHL/util/tutil.cxx6
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>