Changeset 35346 in vbox for trunk/src/VBox/Devices/Serial/DrvNamedPipe.cpp
- Timestamp:
- Dec 27, 2010 4:13:13 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 69206
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Serial/DrvNamedPipe.cpp
r33540 r35346 21 21 *******************************************************************************/ 22 22 #define LOG_GROUP LOG_GROUP_DRV_NAMEDPIPE 23 #include <VBox/ pdmdrv.h>23 #include <VBox/vmm/pdmdrv.h> 24 24 #include <iprt/assert.h> 25 25 #include <iprt/file.h>
Note:
See TracChangeset
for help on using the changeset viewer.