Forráskód Böngészése

tools/starpu_calibrate_bus.c: include stdio.h

Nathalie Furmento 13 éve
szülő
commit
8703be6b6b
1 módosított fájl, 3 hozzáadás és 1 törlés
  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