diff options
Diffstat (limited to 'src/microhttpd/mhd_sockets.h')
-rw-r--r-- | src/microhttpd/mhd_sockets.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/mhd_sockets.h b/src/microhttpd/mhd_sockets.h index 1d68fa44..c3ca1626 100644 --- a/src/microhttpd/mhd_sockets.h +++ b/src/microhttpd/mhd_sockets.h @@ -85,7 +85,7 @@ # ifdef HAVE_SYS_SELECT_H # include <sys/select.h> # endif -# if EPOLL_SUPPORT +# ifdef EPOLL_SUPPORT # include <sys/epoll.h> # endif # ifdef HAVE_NETINET_TCP_H |