Преглед изворни кода

tools/starpu_calibrate_bus.c: include stdio.h

Nathalie Furmento пре 13 година
родитељ
комит
8703be6b6b
1 измењених фајлова са 3 додато и 1 уклоњено
  1. 3 1
      tools/starpu_calibrate_bus.c

+ 3 - 1
tools/starpu_calibrate_bus.c

@@ -1,6 +1,6 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
- * Copyright (C) 2011  Centre National de la Recherche Scientifique
+ * Copyright (C) 2011, 2012  Centre National de la Recherche Scientifique
  *
  * StarPU is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as published by
@@ -13,8 +13,10 @@
  *
  * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
+
 #include <config.h>
 #include <starpu.h>
+#include <stdio.h>
 #ifdef __MINGW32__
 #include <windows.h>
 #endif