diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-29 11:13:15 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-29 12:21:52 -0400 |
commit | 714788b19549ad2a1d8c064bc74678605b0aa78e (patch) | |
tree | 74891f3e4ec9c4d55d2b0d38b176aedd56c57784 /src/common/workqueue.c | |
parent | 71e56c70e9dd6aa47ad8c8fb7568a7c27144d95e (diff) | |
download | tor-714788b19549ad2a1d8c064bc74678605b0aa78e.tar.gz tor-714788b19549ad2a1d8c064bc74678605b0aa78e.zip |
Remove non-windows system includes from compat.h and util.h
Diffstat (limited to 'src/common/workqueue.c')
-rw-r--r-- | src/common/workqueue.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/workqueue.c b/src/common/workqueue.c index 0e8628da98..7b030052cf 100644 --- a/src/common/workqueue.c +++ b/src/common/workqueue.c @@ -36,6 +36,7 @@ #include "lib/intmath/weakrng.h" #include <event2/event.h> +#include <string.h> #define WORKQUEUE_PRIORITY_FIRST WQ_PRI_HIGH #define WORKQUEUE_PRIORITY_LAST WQ_PRI_LOW |