Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Core
Tor
Commits
8b3ec74e
Commit
8b3ec74e
authored
Oct 16, 2018
by
Nick Mathewson
🐛
Browse files
Merge remote-tracking branch 'public/bug27990'
parents
11161395
d3d6c595
Changes
2
Hide whitespace changes
Inline
Side-by-side
changes/bug27990
0 → 100644
View file @
8b3ec74e
o Minor bugfixes (compilation, netbsd):
- Add a missing include back into procmon.c. Fixes bug 27990;
bugfix on 0.3.5.1-alpha.
src/lib/evloop/procmon.c
View file @
8b3ec74e
...
...
@@ -20,6 +20,9 @@
#ifdef HAVE_ERRNO_H
#include <errno.h>
#endif
#ifdef HAVE_SYS_TIME_H
#include <sys/time.h>
#endif
#ifdef _WIN32
#include <winsock2.h>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment