Skip to content
Snippets Groups Projects
Commit 5921b23e authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

add an include to fix macos, and probably bsd too

parent cd3f9572
Branches
Tags
No related merge requests found
......@@ -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];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment