diff options
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 |