Changeset 583 for trunk/src/sh_socket.c
- Timestamp:
- Nov 13, 2024, 2:47:31 PM (27 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/sh_socket.c
r524 r583 33 33 #include <string.h> 34 34 35 #if TIME_WITH_SYS_TIME36 #include <sys/time.h>37 #include <time.h>38 #else39 35 #if HAVE_SYS_TIME_H 40 36 #include <sys/time.h> 41 #e lse37 #endif 42 38 #include <time.h> 43 #endif44 #endif45 39 46 40 #include "samhain.h"
Note:
See TracChangeset
for help on using the changeset viewer.