From 8f014effeba28ee8fc8c1342654a3004007eb3c9 Mon Sep 17 00:00:00 2001 From: Noel Maersk Date: Sun, 2 Mar 2014 19:15:30 +0200 Subject: [PATCH] util: add missing include. --- util.c | 1 + 1 file changed, 1 insertion(+) diff --git a/util.c b/util.c index 9afcf7f2..1d1ed24f 100644 --- a/util.c +++ b/util.c @@ -43,6 +43,7 @@ #include "elist.h" #include "compat.h" #include "util.h" +#include "pool.h" #define DEFAULT_SOCKWAIT 60