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

    r570 r583  
    7474#include <sys/wait.h>
    7575
    76 #if TIME_WITH_SYS_TIME
    77 #include <sys/time.h>
    78 #include <time.h>
    79 #else
    8076#if HAVE_SYS_TIME_H
    8177#include <sys/time.h>
    82 #else
     78#endif
    8379#include <time.h>
    84 #endif
    85 #endif
    86 
    8780
    8881#include "samhain.h"
Note: See TracChangeset for help on using the changeset viewer.