aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/https/test_https_get_select.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testcurl/https/test_https_get_select.c')
-rw-r--r--src/testcurl/https/test_https_get_select.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testcurl/https/test_https_get_select.c b/src/testcurl/https/test_https_get_select.c
index 487b475e..e3e7af93 100644
--- a/src/testcurl/https/test_https_get_select.c
+++ b/src/testcurl/https/test_https_get_select.c
@@ -223,7 +223,7 @@ main (int argc, char *const *argv)
223 fprintf (stderr, "Error: %s\n", strerror (errno)); 223 fprintf (stderr, "Error: %s\n", strerror (errno));
224 return -1; 224 return -1;
225 } 225 }
226#if EPOLL_SUPPORT 226#ifdef EPOLL_SUPPORT
227 if (0 != (errorCount = testExternalGet (MHD_USE_EPOLL_LINUX_ONLY))) 227 if (0 != (errorCount = testExternalGet (MHD_USE_EPOLL_LINUX_ONLY)))
228 fprintf (stderr, "Fail: %d\n", errorCount); 228 fprintf (stderr, "Fail: %d\n", errorCount);
229#endif 229#endif