aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/microhttpd/mhd_send.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/mhd_send.c b/src/microhttpd/mhd_send.c
index 8eec8234..dc7414c6 100644
--- a/src/microhttpd/mhd_send.c
+++ b/src/microhttpd/mhd_send.c
@@ -250,7 +250,7 @@ MHD_send_on_connection_ (struct MHD_Connection *connection,
250 { 250 {
251 /* plaintext transmission */ 251 /* plaintext transmission */
252 pre_cork_setsockopt (connection, want_cork); 252 pre_cork_setsockopt (connection, want_cork);
253#if MSG_MORE 253#if HAVE_MSG_MORE
254 ret = send (s, 254 ret = send (s,
255 buffer, 255 buffer,
256 buffer_size, 256 buffer_size,