0
0
mirror of https://github.com/termux/termux-packages.git synced 2024-11-27 06:18:57 +00:00
termux-packages/root-packages/openvpn/src-openvpn-console_builtin.c.patch
2023-01-26 11:13:37 +00:00

13 lines
394 B
Diff

diff -uNr openvpn-2.4.7/src/openvpn/console_builtin.c openvpn-2.4.7.mod/src/openvpn/console_builtin.c
--- openvpn-2.4.7/src/openvpn/console_builtin.c 2019-02-20 14:28:20.000000000 +0200
+++ openvpn-2.4.7.mod/src/openvpn/console_builtin.c 2019-09-18 14:32:21.891795281 +0300
@@ -40,6 +40,8 @@
#include "buffer.h"
#include "misc.h"
+#include <unistd.h>
+
#ifdef _WIN32
#include "win32.h"