Changeset 583 for trunk/src/sh_xfer_client.c
- Timestamp:
- Nov 13, 2024, 2:47:31 PM (33 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/sh_xfer_client.c
r544 r583 59 59 #endif 60 60 61 #if TIME_WITH_SYS_TIME62 #include <sys/time.h>63 #include <time.h>64 #else65 61 #if HAVE_SYS_TIME_H 66 62 #include <sys/time.h> 67 #e lse63 #endif 68 64 #include <time.h> 69 #endif70 #endif71 65 72 66 #ifdef HAVE_SYS_SELECT_H
Note:
See TracChangeset
for help on using the changeset viewer.