Changeset 69908 in vbox
- Timestamp:
- Dec 3, 2017 9:00:20 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/posix/serialport-posix.cpp
r69907 r69908 53 53 #include <unistd.h> 54 54 #ifdef RT_OS_DARWIN 55 # include <sys/ select.h>55 # include <sys/poll.h> 56 56 #else 57 57 # include <sys/poll.h>
Note:
See TracChangeset
for help on using the changeset viewer.