Changeset 583 for trunk/src/sh_utils.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_utils.c

    r570 r583  
    2727#include <unistd.h>
    2828
    29 #if TIME_WITH_SYS_TIME
    30 #include <sys/time.h>
    31 #include <time.h>
    32 #else
    3329#if HAVE_SYS_TIME_H
    3430#include <sys/time.h>
    35 #else
     31#endif
    3632#include <time.h>
    37 #endif
    38 #endif
    39 
    4033
    4134#include "samhain.h"
Note: See TracChangeset for help on using the changeset viewer.