Changeset 583 for trunk/src/sh_socket.c


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_socket.c

    r524 r583  
    3333#include <string.h>
    3434
    35 #if TIME_WITH_SYS_TIME
    36 #include <sys/time.h>
    37 #include <time.h>
    38 #else
    3935#if HAVE_SYS_TIME_H
    4036#include <sys/time.h>
    41 #else
     37#endif
    4238#include <time.h>
    43 #endif
    44 #endif
    4539
    4640#include "samhain.h"
Note: See TracChangeset for help on using the changeset viewer.