Changeset 583 for trunk/src/slib.c
- Timestamp:
- Nov 13, 2024, 2:47:31 PM (32 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/slib.c
r568 r583 35 35 #endif 36 36 37 #if TIME_WITH_SYS_TIME38 #include <sys/time.h>39 #include <time.h>40 #else41 37 #if HAVE_SYS_TIME_H 42 38 #include <sys/time.h> 43 #e lse39 #endif 44 40 #include <time.h> 45 #endif46 #endif47 41 48 42 #ifdef HAVE_MEMORY_H
Note:
See TracChangeset
for help on using the changeset viewer.