Commit b67754cd authored by Nick Mathewson's avatar Nick Mathewson 🦀
Browse files

compat_threads.c needs string.h for memset.

parent a742a826
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -18,6 +18,8 @@
#include "lib/log/torlog.h"
#include "lib/log/util_bug.h"

#include <string.h>

/** Allocate and return a new condition variable. */
tor_cond_t *
tor_cond_new(void)