diff options
Diffstat (limited to 'src/examples/demo.c')
-rw-r--r-- | src/examples/demo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/examples/demo.c b/src/examples/demo.c index eca2c069..400f31cd 100644 --- a/src/examples/demo.c +++ b/src/examples/demo.c @@ -885,7 +885,7 @@ main (int argc, char *const *argv) update_directory (); d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_DEBUG #ifdef EPOLL_SUPPORT - | MHD_USE_EPOLL_LINUX_ONLY + | MHD_USE_EPOLL #endif , port, |