mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Add timeval.h include to compat_pthreads.c for timeradd()
OpenSolaris apparently doesn't have timeradd(), so we added a replacement, but we weren't including it here after the big refactoring in 0.3.5.1-alpha. Fixes bug 27963; bugfix on 0.3.5.1-alpha.
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
|
||||
#include "orconfig.h"
|
||||
#include "lib/thread/threads.h"
|
||||
#include "lib/wallclock/timeval.h"
|
||||
#include "lib/log/log.h"
|
||||
#include "lib/log/util_bug.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user