diff options
Diffstat (limited to 'src/socket/SocketWriter.cpp')
-rw-r--r-- | src/socket/SocketWriter.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/socket/SocketWriter.cpp b/src/socket/SocketWriter.cpp index e704e5af..9a9decd7 100644 --- a/src/socket/SocketWriter.cpp +++ b/src/socket/SocketWriter.cpp @@ -22,6 +22,10 @@ #include "SocketWriter.hpp" +#ifndef MSG_NOSIGNAL +# define MSG_NOSIGNAL 0 +#endif + namespace Ingen { namespace Socket { |