From: Volker Lendecke Date: Sun, 8 Jan 2017 19:52:47 +0000 (+0000) Subject: lib: Avoid an includes.h X-Git-Tag: tdb-1.3.13~436 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0b6156f8dae3316f0cefb22d4c85e918d9b9ba22;p=thirdparty%2Fsamba.git lib: Avoid an includes.h Signed-off-by: Volker Lendecke Reviewed-by: Andreas Schneider --- 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) {