mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Merge branch 'bug27963_wallclock' into maint-0.3.5
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
o Minor bugfixes (compilation, opensolaris):
|
||||
- Add a missing include to compat_pthreads.c, to fix compilation
|
||||
on OpenSolaris and its descendants. Fixes bug 27963; bugfix
|
||||
on 0.3.5.1-alpha.
|
||||
@@ -4,3 +4,4 @@ lib/lock/*.h
|
||||
lib/log/*.h
|
||||
lib/testsupport/*.h
|
||||
lib/thread/*.h
|
||||
lib/wallclock/*.h
|
||||
|
||||
@@ -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