瀏覽代碼

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;