Include sys/types.h for proper typedefs related to wait()
Should fix #1519
This commit is contained in:
parent
0ab5bf1746
commit
734d7c6a93
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue