add an include to fix macos, and probably bsd too

This commit is contained in:
Nick Mathewson 2018-06-29 14:03:13 -04:00
parent cd3f957219
commit 5921b23e15

View File

@ -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];