From cff4b5a5ee11241968f506b6e216dbf10d7e9fe3 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Sat, 23 May 2020 16:30:36 -0400 Subject: [PATCH] Fix WIFEXITED error on FreeBSD. (#2351) (#2353) --- docs/CONTRIBUTORS | 1 + src/V3Os.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/CONTRIBUTORS b/docs/CONTRIBUTORS index cf256fc45..430fe2d51 100644 --- a/docs/CONTRIBUTORS +++ b/docs/CONTRIBUTORS @@ -51,5 +51,6 @@ Todd Strader Veripool API Bot Wilson Snyder Yossi Nivin +Yuri Victorovich Yutetsu TAKATSUKASA Yves Mathieu diff --git a/src/V3Os.cpp b/src/V3Os.cpp index b4d1aea03..71787a8dc 100644 --- a/src/V3Os.cpp +++ b/src/V3Os.cpp @@ -54,6 +54,7 @@ # include #else # include +# include # include // usleep #endif // clang-format on