Explorar o código

stencil5.c: add missing include <stdio.h>

Nathalie Furmento %!s(int64=13) %!d(string=hai) anos
pai
achega
420780993d
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      gcc-plugin/examples/stencil5.c

+ 1 - 0
gcc-plugin/examples/stencil5.c

@@ -14,6 +14,7 @@
  * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
 
+#include <stdio.h>
 #include <stdlib.h>
 #include <math.h>