|
From: Heiko H. <he...@is...> - 2022-05-27 11:34:29
|
Signed-off-by: Heiko Hund <he...@is...> --- src/openvpn/error.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/openvpn/error.h b/src/openvpn/error.h index 972619fe..76308560 100644 --- a/src/openvpn/error.h +++ b/src/openvpn/error.h @@ -33,6 +33,8 @@ #if _WIN32 #include <windows.h> +#else +#include <unistd.h> #endif /* #define ABORT_ON_ERROR */ -- 2.32.0 |