Ignore:
Timestamp:
Nov 13, 2024, 2:47:31 PM (27 hours ago)
Author:
katerina
Message:

Fix for ticket #471 (autoreconf throws warnings/errors).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_xfer_syslog.c

    r541 r583  
    3232#include <netinet/in.h>
    3333
    34 #if TIME_WITH_SYS_TIME
    35 #include <sys/time.h>
    36 #include <time.h>
    37 #else
    3834#if HAVE_SYS_TIME_H
    3935#include <sys/time.h>
    40 #else
     36#endif
    4137#include <time.h>
    42 #endif
    43 #endif
    4438
    4539#include <unistd.h>
Note: See TracChangeset for help on using the changeset viewer.