Updated plugin includes to build in gcc and added Linux binaries.

This commit is contained in:
Jason Watkins
2015-04-22 09:23:40 -07:00
committed by Jason Watkins
parent 46fe5b0fe4
commit a6a99dc574
7 changed files with 16 additions and 10 deletions

View File

@@ -3,6 +3,8 @@
#include "Log.h"
#include "UDPSocket.h"
#include <cstring>
namespace XPC
{
UDPSocket::UDPSocket(unsigned short recvPort)
@@ -178,4 +180,4 @@ namespace XPC
}
return std::string(ip);
}
}
}