diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-08-29 11:14:49 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-08-29 11:14:49 +0200 |
commit | 0c0fdef9b3fb603e8a170a598351aec5c27896c7 (patch) | |
tree | 3fcc24d71d4819c2ff18e75b2557945cdc2c3c00 /lib/gnutls_helper.c | |
parent | c6de7cca81ff88231815866178d5d553bed21b7b (diff) | |
download | gnutls-0c0fdef9b3fb603e8a170a598351aec5c27896c7.tar.gz |
Fix warnings.
Diffstat (limited to 'lib/gnutls_helper.c')
-rw-r--r-- | lib/gnutls_helper.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/gnutls_helper.c b/lib/gnutls_helper.c index ae421716b8..68bae1b7f5 100644 --- a/lib/gnutls_helper.c +++ b/lib/gnutls_helper.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005 Free Software Foundation + * Copyright (C) 2005, 2008 Free Software Foundation * * Author: Nikos Mavrogiannopoulos * @@ -23,6 +23,7 @@ */ #include <gnutls_int.h> +#include <gnutls_helper.h> int _gnutls_file_exists (const char *file) |