Skip to content
Snippets Groups Projects
Commit a6c7e015 authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Merge branch 'bug27963_wallclock' into maint-0.3.5

parents ff051627 267b8d16
No related branches found
No related tags found
No related merge requests found
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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment