mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
Merge branch 'bug27963_wallclock'
This commit is contained in:
commit
084a5a13c7
4
changes/bug27963_timeradd
Normal file
4
changes/bug27963_timeradd
Normal file
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user