mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 06:48:05 +01:00
r9101@Kushana: nickm | 2006-10-05 23:05:11 -0400
Trivial fix for solaris build. Libevent will want to use its own fix here, and probably already has. svn:r8601
This commit is contained in:
parent
4767d533f7
commit
c15dc2d94c
1 changed files with 2 additions and 1 deletions
|
@ -225,6 +225,7 @@
|
|||
#include "eventdns.h"
|
||||
#include "eventdns_tor.h"
|
||||
//#define NDEBUG
|
||||
#include "../common/torint.h"
|
||||
|
||||
#ifndef DNS_USE_CPU_CLOCK_FOR_ID
|
||||
#ifndef DNS_USE_GETTIMEOFDAY_FOR_ID
|
||||
|
@ -261,7 +262,7 @@
|
|||
#include <sys/types.h>
|
||||
#include <fcntl.h>
|
||||
#include <sys/time.h>
|
||||
#include <stdint.h>
|
||||
// #include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue