Changeset 583 for trunk/src/sh_entropy.c
- Timestamp:
- Nov 13, 2024, 2:47:31 PM (33 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/sh_entropy.c
r541 r583 30 30 #endif 31 31 32 #if TIME_WITH_SYS_TIME33 #include <sys/time.h>34 #include <time.h>35 #else36 32 #if HAVE_SYS_TIME_H 37 33 #include <sys/time.h> 38 #e lse34 #endif 39 35 #include <time.h> 40 #endif41 #endif42 43 36 44 37 #include <stdlib.h>
Note:
See TracChangeset
for help on using the changeset viewer.