소스 검색

fix include path

Nathalie Furmento 14 년 전
부모
커밋
55a8a99a38
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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********