0
0
mirror of https://github.com/OpenVPN/openvpn3.git synced 2024-09-20 20:13:05 +02:00

endian64: Fix non-Linux builds due to features.h

In commit 0baa4f19eb the features.h file was added to the include
list.  This breaks builds non-Linux platforms.  But it seems it is not
needed to have see the __GLIBC__ macro.

Signed-off-by: David Sommerseth <davids@openvpn.net>
This commit is contained in:
David Sommerseth 2021-11-18 19:49:05 +01:00
parent a96d2fb140
commit 93767197a3
No known key found for this signature in database
GPG Key ID: 86CF944C9671FDF2

View File

@ -22,7 +22,6 @@
#pragma once
#include <cstdint>
#include <features.h>
#include <openvpn/common/endian_platform.hpp>