ソースを参照

include/starpu_rand.h: make sure to include starpu_config.h

Nathalie Furmento 13 年 前
コミット
e5872ce818
共有1 個のファイルを変更した1 個の追加0 個の削除を含む
  1. 1 0
      include/starpu_rand.h

+ 1 - 0
include/starpu_rand.h

@@ -18,6 +18,7 @@
 #define __STARPU_RAND_H__
 
 #include <stdlib.h>
+#include <starpu_config.h>
 
 #ifdef STARPU_USE_DRAND48
 typedef struct drand48_data starpu_drand48_data;