From: Nick Mathewson Date: Fri, 29 Jun 2018 18:03:13 +0000 (-0400) Subject: add an include to fix macos, and probably bsd too X-Git-Tag: tor-0.3.5.1-alpha~283 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5921b23e1596ef05ac58e1c450949936a2a41bed;p=thirdparty%2Ftor.git add an include to fix macos, and probably bsd too --- diff --git a/src/lib/osinfo/uname.c b/src/lib/osinfo/uname.c index fb5cc7c20d..a0fa26d1d2 100644 --- a/src/lib/osinfo/uname.c +++ b/src/lib/osinfo/uname.c @@ -15,6 +15,7 @@ #ifdef _WIN32 #include #endif +#include /** Hold the result of our call to uname. */ static char uname_result[256];