Changeset 79010 in vbox for trunk/src/VBox/Runtime/r3
- Timestamp:
- Jun 5, 2019 6:16:36 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 131155
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/posix/process-creation-posix.cpp
r79009 r79010 42 42 #include <grp.h> 43 43 #include <pwd.h> 44 #if defined(RT_OS_LINUX) || defined(RT_OS_OS2) || defined(RT_OS_SOLARIS) 45 # include <crypt.h> 46 #endif 44 47 #if defined(RT_OS_LINUX) || defined(RT_OS_SOLARIS) 45 # include <crypt.h>46 48 # include <shadow.h> 47 49 #endif
Note:
See TracChangeset
for help on using the changeset viewer.