Include sys/types.h for proper typedefs related to wait()

Should fix #1519
This commit is contained in:
Martin Kroeker 2018-04-14 18:59:46 +02:00 committed by GitHub
parent 0ab5bf1746
commit 734d7c6a93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
**********************************************************************************/
#include "openblas_utest.h"
#include <sys/types.h>
#include <sys/wait.h>
#include <cblas.h>