upstream fsfw bundled update #3

Closed
muellerr wants to merge 97 commits from mueller/bundled-update into eive/develop
Showing only changes of commit 4100bb19ce - Show all commits

View File

@ -6,7 +6,10 @@
#include "../globalfunctions/timevalOperations.h"
#include <cstdint>
#ifndef WIN32
#ifdef WIN32
#include <winsock2.h>
#else
#include <sys/time.h>
#endif