aboutsummaryrefslogtreecommitdiff
path: root/backends/PalmOS/Src/missing/_unistd.cpp
diff options
context:
space:
mode:
authorChris Apers2004-10-06 09:44:09 +0000
committerChris Apers2004-10-06 09:44:09 +0000
commitc9250e0c0cdb56ffb8efea105b1871f17074bd28 (patch)
treed20de7be455cf00f254fa23fc276cad664082f2a /backends/PalmOS/Src/missing/_unistd.cpp
parentd31cd1dd73aaf55fb0fa85b4da72267bbbf2d7a8 (diff)
downloadscummvm-rg350-c9250e0c0cdb56ffb8efea105b1871f17074bd28.tar.gz
scummvm-rg350-c9250e0c0cdb56ffb8efea105b1871f17074bd28.tar.bz2
scummvm-rg350-c9250e0c0cdb56ffb8efea105b1871f17074bd28.zip
Use system path
svn-id: r15430
Diffstat (limited to 'backends/PalmOS/Src/missing/_unistd.cpp')
-rw-r--r--backends/PalmOS/Src/missing/_unistd.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/backends/PalmOS/Src/missing/_unistd.cpp b/backends/PalmOS/Src/missing/_unistd.cpp
index ea83e1bb73..9e54c1f42e 100644
--- a/backends/PalmOS/Src/missing/_unistd.cpp
+++ b/backends/PalmOS/Src/missing/_unistd.cpp
@@ -20,7 +20,7 @@
*
*/
-#include "unistd.h"
+#include <unistd.h>
const Char *gUnistdCWD = NULL;
@@ -36,4 +36,4 @@ Char *getcwd(Char *buf, UInt32 size) {
}
return copy;
-} \ No newline at end of file
+}