Changeset 583 for trunk/src/sh_utils.c
- Timestamp:
- Nov 13, 2024, 2:47:31 PM (33 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/sh_utils.c
r570 r583 27 27 #include <unistd.h> 28 28 29 #if TIME_WITH_SYS_TIME30 #include <sys/time.h>31 #include <time.h>32 #else33 29 #if HAVE_SYS_TIME_H 34 30 #include <sys/time.h> 35 #e lse31 #endif 36 32 #include <time.h> 37 #endif38 #endif39 40 33 41 34 #include "samhain.h"
Note:
See TracChangeset
for help on using the changeset viewer.