From 35373b7829fdc49407f4c256c603a137b957a1ad Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Wed, 10 Aug 2016 18:34:28 +0200 Subject: utils: select() et al. need Although indirectly included by way of other headers with glibc and uClibc, using any of the select()-class familly of functions or macros requires including . This fixes the build under musl, which is way more conservative in the ehaders that are included one-from-the-others (k.e. as few as possible). Signed-off-by: "Yann E. MORIN" --- utils/testpat.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'utils/testpat.cpp') diff --git a/utils/testpat.cpp b/utils/testpat.cpp index ef56a80..7208105 100644 --- a/utils/testpat.cpp +++ b/utils/testpat.cpp @@ -5,6 +5,8 @@ #include #include +#include + #include #include -- cgit v1.2.3