Changeset 583 for trunk/src/samhain.c


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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/samhain.c

    r579 r583  
    3434#include <errno.h>
    3535
    36 
    37 #if TIME_WITH_SYS_TIME
    38 #include <sys/time.h>
    39 #include <time.h>
    40 #else
    4136#if HAVE_SYS_TIME_H
    4237#include <sys/time.h>
    43 #else
     38#endif
    4439#include <time.h>
    45 #endif
    46 #endif
    4740
    4841#ifdef HAVE_MEMORY_H
Note: See TracChangeset for help on using the changeset viewer.