aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/connection.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/connection.c')
-rw-r--r--src/daemon/connection.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/daemon/connection.c b/src/daemon/connection.c
index 73603dcd..2102017d 100644
--- a/src/daemon/connection.c
+++ b/src/daemon/connection.c
@@ -32,9 +32,12 @@
32#include "response.h" 32#include "response.h"
33#include "reason_phrase.h" 33#include "reason_phrase.h"
34 34
35#ifndef LINUX
35#ifndef MSG_NOSIGNAL 36#ifndef MSG_NOSIGNAL
36#define MSG_NOSIGNAL 0 37#define MSG_NOSIGNAL 0
37#endif 38#endif
39#endif
40
38 41
39/** 42/**
40 * Message to transmit when http 1.1 request is received 43 * Message to transmit when http 1.1 request is received