mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
Merge remote-tracking branch 'public/bug27990'
This commit is contained in:
commit
8b3ec74e5f
3
changes/bug27990
Normal file
3
changes/bug27990
Normal file
@ -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.
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user