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

    r481 r583  
    2424#include <stdlib.h>
    2525
    26 #if TIME_WITH_SYS_TIME
    27 #include <sys/time.h>
    28 #include <time.h>
    29 #else
    3026#if HAVE_SYS_TIME_H
    3127#include <sys/time.h>
    32 #else
     28#endif
    3329#include <time.h>
    34 #endif
    35 #endif
     30
    3631#include <unistd.h>
    3732
Note: See TracChangeset for help on using the changeset viewer.