From a8e58e3eb4bfad1f513857af02a5d49f92999148 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Thu, 21 Sep 2006 18:00:01 +0000 Subject: [PATCH] Just include one or the other of poll.h or sys/poll.h --- include/ac/socket.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/ac/socket.h b/include/ac/socket.h index 4f2ed14812..f7534b9e32 100644 --- a/include/ac/socket.h +++ b/include/ac/socket.h @@ -23,8 +23,7 @@ #ifdef HAVE_POLL_H #include -#endif -#ifdef HAVE_SYS_POLL_H +#elif defined(HAVE_SYS_POLL_H) #include #endif -- 2.39.5