summaryrefslogtreecommitdiff
blob: ad52bbcda007e87be764ea574ebb5c688cde16fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
https://bugs.gentoo.org/902995

--- a/src/work_pool.c
+++ b/src/work_pool.c
@@ -39,6 +39,7 @@
 
 #include "config.h"
 
+#include <assert.h>
 #include <sys/types.h>
 #if !defined(_WIN32)
 #include <netinet/in.h>