summaryrefslogtreecommitdiff
path: root/interface/compat/vsomeip/primitive_types.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'interface/compat/vsomeip/primitive_types.hpp')
-rw-r--r--interface/compat/vsomeip/primitive_types.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/interface/compat/vsomeip/primitive_types.hpp b/interface/compat/vsomeip/primitive_types.hpp
index 93c9960..93237d0 100644
--- a/interface/compat/vsomeip/primitive_types.hpp
+++ b/interface/compat/vsomeip/primitive_types.hpp
@@ -9,7 +9,7 @@
#include <array>
#include <cstdint>
-#ifndef _WIN32
+#if defined(__linux__) || defined(ANDROID)
#include <sys/types.h>
#endif