diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/hello.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/hello.c b/examples/hello.c index fd44bdd..ac443ca 100644 --- a/examples/hello.c +++ b/examples/hello.c @@ -55,6 +55,7 @@ static int data_send(void) { struct onet_link link; + char pad[SQUEAK_NPAD]; int error; /* Open a link */ |