diff --git a/mxmpp/mxmpp.cpp b/mxmpp/mxmpp.cpp index a66da2b2..c8a27774 100644 --- a/mxmpp/mxmpp.cpp +++ b/mxmpp/mxmpp.cpp @@ -44,6 +44,7 @@ #define S_IWOTH (0) #endif +#define writeall mxmpp_writeall bool writeall(int fd, const void* p, size_t size) { const uint8_t* buffer = (const uint8_t*) p;