Kaynağa Gözat

fix include path

Nathalie Furmento 14 yıl önce
ebeveyn
işleme
55a8a99a38
2 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 1 1
      src/top/starpu_top.c
  2. 1 1
      src/top/starputop_task.c

+ 1 - 1
src/top/starpu_top.c

@@ -24,7 +24,7 @@
 #include <string.h>
 #include <math.h>
 #include <pthread.h>
-#include <timing.h>
+#include <common/timing.h>
 
 extern starputop_message_queue_t*  starputop_mt;
 int starpu_top = 0;

+ 1 - 1
src/top/starputop_task.c

@@ -22,7 +22,7 @@
 #include <stdio.h>
 #include <string.h>
 #include <sys/time.h>
-#include <timing.h>
+#include <common/timing.h>
 
 /********************************************
  **************TASK RELATED FUNCTIONS********