Browse Source

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

Nathalie Furmento 13 years ago
parent
commit
420780993d
1 changed files with 1 additions and 0 deletions
  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.
  * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
  */
 
 
+#include <stdio.h>
 #include <stdlib.h>
 #include <stdlib.h>
 #include <math.h>
 #include <math.h>