Changeset 9955 in ntrip for trunk/BNC/src/serial
- Timestamp:
- Jan 25, 2023, 12:50:58 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/serial/posix_qextserialport.h
r9952 r9955 8 8 #ifndef WIN32 9 9 #include <unistd.h> 10 #elif 11 #include <qt_windows.h> 10 #else 11 #include <windows.h> 12 #include <direct.h> 13 #include <stdlib.h> 12 14 #endif 13 15 #include <sys/time.h>
Note:
See TracChangeset
for help on using the changeset viewer.