diff options
Diffstat (limited to 'src/examples/demo_https.c')
-rw-r--r-- | src/examples/demo_https.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/examples/demo_https.c b/src/examples/demo_https.c index ad986148..a80ce5cf 100644 --- a/src/examples/demo_https.c +++ b/src/examples/demo_https.c @@ -933,7 +933,7 @@ main (int argc, char *const *argv) mark_as_html (internal_error_response); update_directory (); d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_DEBUG | MHD_USE_SSL -#if EPOLL_SUPPORT +#ifdef EPOLL_SUPPORT | MHD_USE_EPOLL_LINUX_ONLY #endif , |