From 323bc4ff2083faad7150da55d373d12f5a2cebf3 Mon Sep 17 00:00:00 2001 From: ellson Date: Tue, 20 Jun 2006 12:07:38 +0000 Subject: [PATCH] left uses select() in left.c and internal.c --- cmd/lefty/common.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cmd/lefty/common.h b/cmd/lefty/common.h index 285250d2f..56dfa31bd 100644 --- a/cmd/lefty/common.h +++ b/cmd/lefty/common.h @@ -50,6 +50,9 @@ extern "C" { #ifndef MSWIN32 #include #endif +#ifdef HAVE_SYS_SELECT_H +#include +#endif #endif #include -- 2.40.0