tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 5921b23e1596ef05ac58e1c450949936a2a41bed
parent cd3f9572199c254e6c7896b61b361061919021bb
Author: Nick Mathewson <nickm@torproject.org>
Date:   Fri, 29 Jun 2018 14:03:13 -0400

add an include to fix macos, and probably bsd too

Diffstat:
Msrc/lib/osinfo/uname.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/lib/osinfo/uname.c b/src/lib/osinfo/uname.c @@ -15,6 +15,7 @@ #ifdef _WIN32 #include <windows.h> #endif +#include <string.h> /** Hold the result of our call to <b>uname</b>. */ static char uname_result[256];