From 810a0595e14dc4a986193ab21453216f8a8e1288 Mon Sep 17 00:00:00 2001 From: Alexandre Snarskii Date: Tue, 13 Jun 2017 19:57:04 +0300 Subject: [PATCH] missing HAVE_SYS_SELECT_H --- config.h.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.h.in b/config.h.in index c9d4ed9..4235374 100644 --- a/config.h.in +++ b/config.h.in @@ -36,6 +36,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_SYS_QUEUE_H +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_SELECT_H + /* Define to 1 if you have the header file. */ #undef HAVE_SYS_STAT_H