Changeset 583 for trunk/src/sh_unix.c
- Timestamp:
- Nov 13, 2024, 2:47:31 PM (27 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/sh_unix.c
r580 r583 58 58 #endif 59 59 60 #if TIME_WITH_SYS_TIME61 #include <sys/time.h>62 #include <time.h>63 #else64 60 #if HAVE_SYS_TIME_H 65 61 #include <sys/time.h> 66 #e lse62 #endif 67 63 #include <time.h> 68 #endif69 #endif70 64 71 65 #ifdef HAVE_SYS_SELECT_H
Note:
See TracChangeset
for help on using the changeset viewer.