diff options
Diffstat (limited to 'src/VBox/Runtime/r3/posix/pathhost-posix.cpp')
-rw-r--r-- | src/VBox/Runtime/r3/posix/pathhost-posix.cpp | 3 |
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> |