From 060947e2e6beb97802e19d490e57c1a12739dd7f Mon Sep 17 00:00:00 2001 From: Guilherme Janczak Date: Mon, 5 Jul 2021 04:32:41 +0000 Subject: [PATCH] xclip.c: include select.h --- xclip.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/xclip.c b/xclip.c index f326e4b..099d1dc 100644 --- a/xclip.c +++ b/xclip.c @@ -19,6 +19,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#include #include #include #include @@ -278,7 +279,7 @@ doOptMain(int argc, char *argv[]) fil_number++; } - /* If filenames were given on the command line, + /* If filenames were given on the command line, * default to reading input (unless -o was used). */ if (fil_number > 0) { @@ -937,7 +938,7 @@ main(int argc, char *argv[]) sizeof(opt_tab) / sizeof(opt_tab[0]), opt_tab_size); return EXIT_FAILURE; } - + /* parse command line options */ doOptMain(argc, argv);