mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
267b8d16b1
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.
5 lines
206 B
Plaintext
5 lines
206 B
Plaintext
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.
|