Merge branch 'development' into mueller/clang-shell-script

This commit is contained in:
Robin Müller 2021-12-13 14:25:11 +01:00
commit 9697575f50
1 changed files with 2 additions and 1 deletions

View File

@ -2,8 +2,9 @@
#define TIMEVALOPERATIONS_H_
#include <stdint.h>
#include <fsfw/platform.h>
#ifdef WIN32
#ifdef PLATFORM_WIN
#include <winsock2.h>
#else
#include <sys/time.h>