Pārlūkot izejas kodu

tools: add missing include common/config.h

Nathalie Furmento 7 gadi atpakaļ
vecāks
revīzija
ea86733a9d

+ 1 - 0
tools/starpu_fxt_data_trace.c

@@ -19,6 +19,7 @@
 #include <stdio.h>
 #include <starpu.h>
 #include <string.h>
+#include <common/config.h>
 
 #define PROGNAME "starpu_fxt_data_trace"
 #define MAX_LINE_SIZE 100

+ 1 - 0
tools/starpu_fxt_stats.c

@@ -27,6 +27,7 @@
 
 #include <common/fxt.h>
 #include <common/list.h>
+#include <common/config.h>
 #include <starpu.h>
 
 static fxt_t fut;

+ 1 - 0
tools/starpu_fxt_tool.c

@@ -20,6 +20,7 @@
  */
 
 #include <starpu.h>
+#include <common/config.h>
 
 #define PROGNAME "starpu_fxt_tool"