Merge pull request #1787 from jeromerobert/develop
Fix unknown type name __WAIT_STATUS on RHEL5
This commit is contained in:
commit
95f4e87579
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue