Skip to content

Commit 445ea18

Browse files
authored
xt-td-pf/test.cpp: Include 'stdlib.h' for malloc (#5)
* xt-td-pf/test.cpp: #include <stdlib.h> for malloc.
1 parent e218477 commit 445ea18

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

xt-td-pf/test.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#include <omp.h>
22
#include <stdio.h>
3+
#include <stdlib.h>
34

45
#define MAX_N 25000
56
#define SIZE 1000

0 commit comments

Comments
 (0)