Skip to content

Commit 95f4e87

Browse files
authored
Merge pull request #1787 from jeromerobert/develop
Fix unknown type name __WAIT_STATUS on RHEL5
2 parents 02ef20a + b095f2f commit 95f4e87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utest/test_fork.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3131
3232
**********************************************************************************/
3333

34-
#include "openblas_utest.h"
3534
#include <sys/types.h>
3635
#include <sys/wait.h>
3736
#include <cblas.h>
37+
#include "openblas_utest.h"
3838

3939
void* xmalloc(size_t n)
4040
{

0 commit comments

Comments
 (0)