Changeset 583 for trunk/src/sh_prelude.c
- Timestamp:
- Nov 13, 2024, 2:47:31 PM (32 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/sh_prelude.c
r542 r583 41 41 #include <sys/types.h> 42 42 43 #if TIME_WITH_SYS_TIME 44 45 # include <sys/time.h> 46 # include <time.h> 47 48 #else 49 50 # if HAVE_SYS_TIME_H 51 # include <sys/time.h> 52 # else 53 # include <time.h> 54 # endif 55 56 #endif 43 #if HAVE_SYS_TIME_H 44 #include <sys/time.h> 45 #endif 46 #include <time.h> 57 47 58 48 #include <unistd.h>
Note:
See TracChangeset
for help on using the changeset viewer.