Skip to content

Commit 734d7c6

Browse files
authored
Include sys/types.h for proper typedefs related to wait()
Should fix #1519
1 parent 0ab5bf1 commit 734d7c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utest/test_fork.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3232
**********************************************************************************/
3333

3434
#include "openblas_utest.h"
35+
#include <sys/types.h>
3536
#include <sys/wait.h>
3637
#include <cblas.h>
3738

0 commit comments

Comments
 (0)