Merge pull request #1523 from martin-frbg/utest_waith

Include sys/types.h for proper typedefs related to wait()
This commit is contained in:
Martin Kroeker
2018-04-15 13:09:30 +02:00
committed by GitHub

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>