From 7cbed9ab134af5fb033a017cd17c4ead14356694 Mon Sep 17 00:00:00 2001 From: "Dmitriy A. Gerasimov" <dmitriy.gerasimov@demlabs.net> Date: Mon, 7 Oct 2019 23:34:13 +0700 Subject: [PATCH] [*] Fixed headers --- dap_chain_wallet.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dap_chain_wallet.c b/dap_chain_wallet.c index 8c5c953..0a8a817 100755 --- a/dap_chain_wallet.c +++ b/dap_chain_wallet.c @@ -32,6 +32,11 @@ #include <dirent.h> #include <errno.h> +#ifdef DAP_OS_UNIX +#include <sys/types.h> +#include <sys/stat.h> +#endif + #ifdef WIN32 #undef _WIN32_WINNT #define _WIN32_WINNT 0x0600 -- GitLab