소스 검색

make sure to get alloca

Samuel Thibault 10 년 전
부모
커밋
dfa363d81f
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/datawizard/memalloc.c

+ 1 - 0
src/datawizard/memalloc.c

@@ -22,6 +22,7 @@
 #include <core/disk.h>
 #include <starpu.h>
 #include <common/uthash.h>
+#include <alloca.h>
 
 /* This per-node RW-locks protect mc_list and memchunk_cache entries */
 /* Note: handle header lock is always taken before this (normal add/remove case) */