소스 검색

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;