Merge pull request #1787 from jeromerobert/develop

Fix unknown type name __WAIT_STATUS on RHEL5
This commit is contained in:
Martin Kroeker 2018-10-04 18:41:47 +02:00 committed by GitHub
commit 95f4e87579
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -31,10 +31,10 @@ 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>
#include "openblas_utest.h"
void* xmalloc(size_t n)
{