Description: add missing assert.h include to work_pool.c
Author: Christoph Martin <chrism@debian.org>
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/src/work_pool.c
+++ b/src/work_pool.c
@@ -55,6 +55,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <errno.h>
+#include <assert.h>
 #include <intrinsic.h>
 #include <urcu-bp.h>
 
