blob: 6ca879aeafa82caf7972f42ebbea3039af1cbc41 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
Index: skel.c
===================================================================
--- skel.c 2008-02-26 22:34:19.000000000 +0100
+++ skel.c 2009-01-12 11:29:26.000000000 +0100
@@ -286,6 +286,7 @@ const char *skel[] = {
"#include <errno.h>",
"#include <cstdlib>",
"#include <cstring>",
+ "#include <cstdio>",
"/* end standard C++ headers. */",
"%endif",
"",
|