Changeset 583 for trunk/src/sh_mail.c


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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_mail.c

    r481 r583  
    3434#if defined(SH_WITH_MAIL)
    3535
    36 #if TIME_WITH_SYS_TIME
    37 #include <sys/time.h>
    38 #include <time.h>
    39 #else
    4036#if HAVE_SYS_TIME_H
    4137#include <sys/time.h>
    42 #else
     38#endif
    4339#include <time.h>
    44 #endif
    45 #endif
    46 
    4740
    4841#ifdef HAVE_MEMORY_H
Note: See TracChangeset for help on using the changeset viewer.