diff --git a/CopterController/v2EchoServer.cpp b/CopterController/v2EchoServer.cpp index 8cb1323..1dae33f 100644 --- a/CopterController/v2EchoServer.cpp +++ b/CopterController/v2EchoServer.cpp @@ -1,5 +1,7 @@ #include #include +#include +#include #include #include #include @@ -11,7 +13,7 @@ using namespace std; // TCP vars -#define TCP_PORT 51718 +#define TCP_PORT 51717 int sockfd, newsockfd; char buffer[ 256 ]; struct sockaddr_in serv_addr, cli_addr;