summaryrefslogtreecommitdiff
path: root/implementation/endpoints/src/tp_message.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'implementation/endpoints/src/tp_message.cpp')
-rw-r--r--implementation/endpoints/src/tp_message.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/implementation/endpoints/src/tp_message.cpp b/implementation/endpoints/src/tp_message.cpp
index 57696ca..6961511 100644
--- a/implementation/endpoints/src/tp_message.cpp
+++ b/implementation/endpoints/src/tp_message.cpp
@@ -1,4 +1,4 @@
-// Copyright (C) 2019 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
+// Copyright (C) 2019-2021 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
@@ -18,7 +18,7 @@
#include "../../configuration/include/internal.hpp"
#endif // ANDROID
-#ifndef _WIN32
+#if defined(__linux__) || defined(ANDROID)
#include <arpa/inet.h>
#else
#include <Winsock2.h>