From 235250e49da203b693ce0623ab5bbeeb00cc7dc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Gallou=C3=ABt?= Date: Thu, 1 Mar 2018 11:27:16 +0000 Subject: [PATCH] Add missing select.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Adrien Gallouët --- src/bind.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bind.c b/src/bind.c index 276a1ae..d869bea 100644 --- a/src/bind.c +++ b/src/bind.c @@ -8,6 +8,7 @@ #include #include #include +#include #include "../argz/argz.h" #include "../mud/mud.h"