Base to stage pull requests from #23

Closed
muellerr wants to merge 95 commits from mueller/master into development
Showing only changes of commit 924ea420a9 - Show all commits

View File

@ -1,6 +1,10 @@
#include "tcpipCommon.h"
#include <fsfw/serviceinterface/ServiceInterface.h>
#ifdef _WIN32
#include <ws2tcpip.h>
#endif
void tcpip::determineErrorStrings(Protocol protocol, ErrorSources errorSrc, std::string &protStr,
std::string &srcString) {
if(protocol == Protocol::TCP) {