libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit e3ff894618ee5be5046cb7abd5fa4ddf46fba185
parent a7b255811e9d32d1f03f5f240d5818b180384607
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun,  4 Mar 2018 12:56:10 +0100

fix build issue in absence of epoll

Diffstat:
Msrc/lib/internal.h | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/lib/internal.h b/src/lib/internal.h @@ -836,10 +836,12 @@ struct UpgradeEpollHandle */ MHD_socket socket; +#ifdef EPOLL_SUPPORT /** * IO-state of the @e socket (or the connection's `socket_fd`). */ enum MHD_EpollState celi; +#endif };