From 0b6156f8dae3316f0cefb22d4c85e918d9b9ba22 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 8 Jan 2017 19:52:47 +0000 Subject: [PATCH] lib: Avoid an includes.h Signed-off-by: Volker Lendecke Reviewed-by: Andreas Schneider --- lib/util/select.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/util/select.c b/lib/util/select.c index 99cd772bae8..dc79a279d58 100644 --- a/lib/util/select.c +++ b/lib/util/select.c @@ -18,10 +18,11 @@ along with this program. If not, see . */ -#include "includes.h" +#include "replace.h" #include "system/filesys.h" #include "system/select.h" #include "lib/util/select.h" +#include "lib/util/time.h" int sys_poll_intr(struct pollfd *fds, int num_fds, int timeout) { -- 2.47.3