ソースを参照

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