[flang][OMP] change malloc.h to stdlib.h in collapse_test.inc (NFC) (#122711)

This commit is contained in:
Kelvin Li
2025-01-13 14:44:29 -05:00
committed by GitHub
parent 19c0a6b5eb
commit 01ee66ea62

View File

@@ -1,5 +1,5 @@
#include <omp.h>
#include <malloc.h>
#include <stdlib.h>
#include <stdio.h>
#include <memory.h>