Changeset 9952 in ntrip for trunk/BNC/src/serial
- Timestamp:
- Jan 25, 2023, 12:13:49 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/serial/posix_qextserialport.h
r1317 r9952 6 6 #include <termios.h> 7 7 #include <errno.h> 8 #ifndef WIN32 8 9 #include <unistd.h> 10 #elif 11 #include <qt_windows.h> 12 #endif 9 13 #include <sys/time.h> 10 14 #include <sys/ioctl.h>
Note:
See TracChangeset
for help on using the changeset viewer.