improved win32 define

This commit is contained in:
David 2021-12-12 18:53:29 +01:00
parent 32ba4301e4
commit 661b7b44e0
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>