summaryrefslogtreecommitdiff
path: root/src/VBox/Runtime/r3/posix/pathhost-posix.cpp
diff options
context:
space:
mode:
authorFelix Geyer <debfx-pkg@fobos.de>2011-07-29 17:55:18 +0200
committerFelix Geyer <debfx-pkg@fobos.de>2011-07-29 17:55:18 +0200
commitcba113ca2826bc4814be2f69a7704c865a37d4ea (patch)
tree511123b10dd1e58e56958520534f5c50e6f570fc /src/VBox/Runtime/r3/posix/pathhost-posix.cpp
parent6a16f6900dd884e07125b51c9625f6be0a1f9b70 (diff)
downloadvirtualbox-cba113ca2826bc4814be2f69a7704c865a37d4ea.tar.gz
Imported Upstream version 4.1.0-dfsgupstream/4.1.0-dfsg
Diffstat (limited to 'src/VBox/Runtime/r3/posix/pathhost-posix.cpp')
-rw-r--r--src/VBox/Runtime/r3/posix/pathhost-posix.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/VBox/Runtime/r3/posix/pathhost-posix.cpp b/src/VBox/Runtime/r3/posix/pathhost-posix.cpp
index 39a072441..a5af14150 100644
--- a/src/VBox/Runtime/r3/posix/pathhost-posix.cpp
+++ b/src/VBox/Runtime/r3/posix/pathhost-posix.cpp
@@ -1,4 +1,4 @@
-/* $Id: pathhost-posix.cpp $ */
+/* $Id: pathhost-posix.cpp 37563 2011-06-20 19:47:47Z vboxsync $ */
/** @file
* IPRT - Path Conversions, POSIX.
*/
@@ -31,6 +31,7 @@
#define LOG_GROUP RTLOGGROUP_PATH
#include "internal/iprt.h"
#include "internal/path.h"
+#include "internal/string.h"
#include "internal/thread.h"
#include <iprt/env.h>