From 7c92a65a1d0feaa9712aa0542fe44455d621397a Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Thu, 27 Sep 2007 07:00:09 +1000 Subject: - (dtucker) [configure.ac atomicio.c] Fall back to if we don't have (eq QNX). From bacon at cs nyu edu. --- atomicio.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'atomicio.c') diff --git a/atomicio.c b/atomicio.c index 62ee40282..575bf8900 100644 --- a/atomicio.c +++ b/atomicio.c @@ -34,6 +34,10 @@ #include #ifdef HAVE_POLL_H #include +#else +# ifdef HAVE_SYS_POLL_H +# include +# endif #endif #include #include -- cgit v1.2.3