bootstrap.conf: Explicitly depend on select, rather than transitively.
* src/tail.c: Unconditionally include select.h as we use select()
outside inotify contexts now.
save-cwd
savedir
savewd
+ select
selinux-at
setenv
settime
#include <stdio.h>
#include <assert.h>
#include <getopt.h>
+#include <sys/select.h>
#include <sys/types.h>
#include <signal.h>
#ifdef _AIX
#if HAVE_INOTIFY
# include "hash.h"
# include <sys/inotify.h>
-/* 'select' is used by tail_forever_inotify. */
-# include <sys/select.h>
#endif
/* Linux can optimize the handling of local files. */