diff options
author | Simon Josefsson <simon@josefsson.org> | 2004-08-05 09:02:26 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2004-08-05 09:02:26 +0000 |
commit | 21f5f16ff122345500a9aeed8fac47fc54dc692e (patch) | |
tree | 59d174248f854ac68a876446881a697db169f3e2 /tests/simple.c | |
parent | 28b236c18f47fc84eb4e35bfa82c3cb3605e1ef7 (diff) | |
download | gnutls-21f5f16ff122345500a9aeed8fac47fc54dc692e.tar.gz |
Fix warning.
Diffstat (limited to 'tests/simple.c')
-rw-r--r-- | tests/simple.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/simple.c b/tests/simple.c index 2bf5360a80..dbdce0cc4d 100644 --- a/tests/simple.c +++ b/tests/simple.c @@ -22,6 +22,8 @@ # include <config.h> #endif +#include <stdio.h> + #include "utils.h" void |