diff --git a/src/kits/app/PortLink.cpp b/src/kits/app/PortLink.cpp index 0b2c81be8d..aa3db9c3f1 100644 --- a/src/kits/app/PortLink.cpp +++ b/src/kits/app/PortLink.cpp @@ -24,7 +24,7 @@ // Description: Class for low-overhead port-based messaging // //------------------------------------------------------------------------------ -#include +#include #include #include "PortLink.h" @@ -131,6 +131,7 @@ status_t PortLink::FlushToSession(){ // !!!!!!!!!!!!!!!!!!! ses.CopyToSendBuffer(fSendBuffer, fSendPosition - 8); ses.Sync(); + return B_OK; } status_t PortLink::Attach(const void *data, size_t size)