Changeset 583 for trunk/src/sh_xfer_syslog.c
- Timestamp:
- Nov 13, 2024, 2:47:31 PM (27 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/sh_xfer_syslog.c
r541 r583 32 32 #include <netinet/in.h> 33 33 34 #if TIME_WITH_SYS_TIME35 #include <sys/time.h>36 #include <time.h>37 #else38 34 #if HAVE_SYS_TIME_H 39 35 #include <sys/time.h> 40 #e lse36 #endif 41 37 #include <time.h> 42 #endif43 #endif44 38 45 39 #include <unistd.h>
Note:
See TracChangeset
for help on using the changeset viewer.