From 734d7c6a93d3350e23f897123fb2a0ea14c3ade1 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Sat, 14 Apr 2018 18:59:46 +0200 Subject: [PATCH] Include sys/types.h for proper typedefs related to wait() Should fix #1519 --- utest/test_fork.c | 1 + 1 file changed, 1 insertion(+) diff --git a/utest/test_fork.c b/utest/test_fork.c index e7a8dbcee..9e0244305 100644 --- a/utest/test_fork.c +++ b/utest/test_fork.c @@ -32,6 +32,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. **********************************************************************************/ #include "openblas_utest.h" +#include #include #include