diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-10-10 11:26:38 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-10-10 11:26:38 -0400 |
commit | d3d6c595571301ac75f15e4669c567929f785051 (patch) | |
tree | 5afa6f295465d7a25cbe625b6b4984113020e178 /changes | |
parent | da86a70bd8ea6c468ac7e27a53245bbeb9d28b58 (diff) | |
download | tor-d3d6c595571301ac75f15e4669c567929f785051.tar.gz tor-d3d6c595571301ac75f15e4669c567929f785051.zip |
Add sys/time.h include back to procmon.c
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug27990 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug27990 b/changes/bug27990 new file mode 100644 index 0000000000..763eef2527 --- /dev/null +++ b/changes/bug27990 @@ -0,0 +1,3 @@ + o Minor bugfixes (compilation, netbsd): + - Add a missing include back into procmon.c. Fixes bug 27990; + bugfix on 0.3.5.1-alpha. |