From 33a6ee6889599b44fc64694b3b3a573ed9a2f0df Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Fri, 4 May 2018 02:44:25 +0200 Subject: [PATCH] util: fix missing include --- src/util.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/util.h b/src/util.h index 8c59691..98746ba 100644 --- a/src/util.h +++ b/src/util.h @@ -1,6 +1,7 @@ #ifndef WEPOLL_UTIL_H_ #define WEPOLL_UTIL_H_ +#include #include #include "internal.h"