소스 검색

tools: include needed common/config.h

Nathalie Furmento 7 년 전
부모
커밋
1bde3720b2
3개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      tools/starpu_calibrate_bus.c
  2. 1 0
      tools/starpu_machine_display.c
  3. 1 0
      tools/starpu_perfmodel_display.c

+ 1 - 0
tools/starpu_calibrate_bus.c

@@ -14,6 +14,7 @@
  * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
 
+#include <common/config.h>
 #include <starpu.h>
 #include <stdio.h>
 #if defined(_WIN32) && !defined(__CYGWIN__)

+ 1 - 0
tools/starpu_machine_display.c

@@ -17,6 +17,7 @@
 #include <stdio.h>
 #include <starpu.h>
 #include <starpu_scheduler.h>
+#include <common/config.h>
 
 #define PROGNAME "starpu_machine_display"
 

+ 1 - 0
tools/starpu_perfmodel_display.c

@@ -21,6 +21,7 @@
 #include <unistd.h>
 #include <stdio.h>
 
+#include <common/config.h>
 #include <starpu.h>
 
 #if defined(_WIN32) && !defined(__CYGWIN__)