Changeset 583 for trunk/src/sh_xfer_server.c
- Timestamp:
- Nov 13, 2024, 2:47:31 PM (32 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/sh_xfer_server.c
r577 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 72 /*73 #ifdef TM_IN_SYS_TIME74 #include <sys/time.h>75 #else76 #include <time.h>77 #endif78 */79 65 80 66 #ifdef HAVE_SYS_SELECT_H
Note:
See TracChangeset
for help on using the changeset viewer.