瀏覽代碼

src/core/perfmodel/perfmodel_nan.c: add missing include

Nathalie Furmento 11 年之前
父節點
當前提交
efed262beb
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/core/perfmodel/perfmodel_nan.c

+ 1 - 0
src/core/perfmodel/perfmodel_nan.c

@@ -21,6 +21,7 @@
 #include <stdlib.h>
 #include <math.h>
 #include <string.h>
+#include <config.h>
 
 int _starpu_read_double(FILE *f, char *format, double *val)
 {