Skip to content

Commit 0c4718c

Browse files
authored
Merge pull request #1523 from martin-frbg/utest_waith
Include sys/types.h for proper typedefs related to wait()
2 parents f29389c + 734d7c6 commit 0c4718c

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)