瀏覽代碼

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

Nathalie Furmento 13 年之前
父節點
當前提交
420780993d
共有 1 個文件被更改,包括 1 次插入0 次删除
  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>