]> Nutra Git (v1) - gamesguru/feather.git/commitdiff
monero_seed: add missing include
authortobtoht <tob@featherwallet.org>
Sat, 14 Jan 2023 12:45:18 +0000 (13:45 +0100)
committertobtoht <tob@featherwallet.org>
Sat, 14 Jan 2023 12:45:18 +0000 (13:45 +0100)
src/monero_seed/secure_random.cpp

index d4930c13c8e04a4cbe8c8b87e362fc98fabce3b3..ad784bc5be50df21f24edda9f3aaa2d42e9196c4 100644 (file)
@@ -6,6 +6,7 @@
 #include <monero_seed/secure_random.hpp>
 #include <stdexcept>
 #include <cstdlib>
+#include <errno.h>
 
 #if defined(_WIN32) || defined(__CYGWIN__)
        #define WINAPI