From ae24e51223fb3359eea897dacc405798e7e09524 Mon Sep 17 00:00:00 2001 From: John Darrington Date: Mon, 22 Apr 2013 20:04:04 +0200 Subject: [PATCH] Use the select and pipe2 modules from gnulib --- Smake | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Smake b/Smake index a404de41e8..72fdce676c 100644 --- a/Smake +++ b/Smake @@ -54,6 +54,7 @@ GNULIB_MODULES = \ minmax \ mkdtemp \ mkstemp \ + pipe2 \ printf-posix \ printf-safe \ progname \ @@ -63,6 +64,7 @@ GNULIB_MODULES = \ relocatable-prog \ rename \ round \ + select \ snprintf \ snprintf-posix \ sprintf-posix \ -- 2.30.2