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

    r541 r583  
    3030#endif
    3131
    32 #if TIME_WITH_SYS_TIME
    33 #include <sys/time.h>
    34 #include <time.h>
    35 #else
    3632#if HAVE_SYS_TIME_H
    3733#include <sys/time.h>
    38 #else
     34#endif
    3935#include <time.h>
    40 #endif
    41 #endif
    42 
    4336
    4437#include <stdlib.h>
Note: See TracChangeset for help on using the changeset viewer.