瀏覽代碼

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) */