Skip to content

Commit 01ee66e

Browse files
authored
[flang][OMP] change malloc.h to stdlib.h in collapse_test.inc (NFC) (#122711)
1 parent 19c0a6b commit 01ee66e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openmp/runtime/test/worksharing/for/collapse_test.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#include <omp.h>
2-
#include <malloc.h>
2+
#include <stdlib.h>
33
#include <stdio.h>
44
#include <memory.h>
55

0 commit comments

Comments
 (0)