Skip to content

Commit

Permalink
Merge branch 'bug27963_wallclock' into maint-0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
nmathewson committed Nov 2, 2018
2 parents ff05162 + 267b8d1 commit a6c7e01
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions changes/bug27963_timeradd
Original file line number Diff line number Diff line change
@@ -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.
1 change: 1 addition & 0 deletions src/lib/thread/.may_include
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ lib/lock/*.h
lib/log/*.h
lib/testsupport/*.h
lib/thread/*.h
lib/wallclock/*.h
1 change: 1 addition & 0 deletions src/lib/thread/compat_pthreads.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit a6c7e01

Please sign in to comment.