From 05ddd767992d68bb38c7f16ece142e8c2e9ae016 Mon Sep 17 00:00:00 2001 From: Yves-Alexis Perez Date: Sat, 1 Apr 2017 16:26:44 +0200 Subject: New upstream version 5.5.2 --- src/libstrongswan/utils/compat/windows.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/libstrongswan/utils/compat') diff --git a/src/libstrongswan/utils/compat/windows.h b/src/libstrongswan/utils/compat/windows.h index f7e6207a5..68e1dca80 100644 --- a/src/libstrongswan/utils/compat/windows.h +++ b/src/libstrongswan/utils/compat/windows.h @@ -113,6 +113,13 @@ static inline char* strdup_windows(const char *src) */ char* strndup(const char *s, size_t n); +/** + * From winsock2.h + */ +#ifndef IPPROTO_IPIP +#define IPPROTO_IPIP IPPROTO_IPV4 +#endif + /** * Provided via ws2_32 */ -- cgit v1.2.3