mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 20:33:31 +01:00
compat_threads.c needs string.h for memset.
This commit is contained in:
parent
a742a826f6
commit
b67754cd64
@ -18,6 +18,8 @@
|
|||||||
#include "lib/log/torlog.h"
|
#include "lib/log/torlog.h"
|
||||||
#include "lib/log/util_bug.h"
|
#include "lib/log/util_bug.h"
|
||||||
|
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
/** Allocate and return a new condition variable. */
|
/** Allocate and return a new condition variable. */
|
||||||
tor_cond_t *
|
tor_cond_t *
|
||||||
tor_cond_new(void)
|
tor_cond_new(void)
|
||||||
|
Loading…
Reference in New Issue
Block a user