Fix - Windows build errors - utsname sysctl files (#621)

This commit is contained in:
Grzegorz Wawiorko
2020-02-24 11:28:05 +01:00
committed by GitHub
parent 61632c08b5
commit 452adcd7be

View File

@@ -28,10 +28,10 @@
#include "typeWrappers.h"
#include "imageHelpers.h"
#include "parseParameters.h"
#include <sys/utsname.h>
#include <sys/sysctl.h>
#if !defined(_WIN32)
#include <sys/utsname.h>
#include <sys/sysctl.h>
#include <unistd.h>
#endif