Explorar o código

tools: add missing include common/config.h

Nathalie Furmento %!s(int64=7) %!d(string=hai) anos
pai
achega
ea86733a9d
Modificáronse 3 ficheiros con 3 adicións e 0 borrados
  1. 1 0
      tools/starpu_fxt_data_trace.c
  2. 1 0
      tools/starpu_fxt_stats.c
  3. 1 0
      tools/starpu_fxt_tool.c

+ 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"