Ignore:
Timestamp:
Sep 5, 2010, 8:57:06 PM (14 years ago)
Author:
katerina
Message:

Fix for compile problems on Solaris 10 (ticket #220).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_log_parse_samba.c

    r186 r292  
    1717#include "config_xor.h"
    1818#include <string.h>
     19
     20#if defined(HOST_IS_SOLARIS)
     21/* For 'struct timeval' in <sys/time.h> */
     22#define __EXTENSIONS__
     23#endif
     24
    1925#include <time.h>
    2026
Note: See TracChangeset for help on using the changeset viewer.