diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-08-28 17:26:44 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-08-28 17:26:44 +0200 |
commit | 0d538af03deb419020897d18741a1038552e07ca (patch) | |
tree | 27e2e50ce3ab28492de6f0d1f25095dcc13d2e01 /lib/debug.c | |
parent | b251146cb5b24daa964da3ca2541b0077b2c167e (diff) | |
download | gnutls-0d538af03deb419020897d18741a1038552e07ca.tar.gz |
Fix warnings.
Diffstat (limited to 'lib/debug.c')
-rw-r--r-- | lib/debug.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/debug.c b/lib/debug.c index f60c4776cc..6a6805fb44 100644 --- a/lib/debug.c +++ b/lib/debug.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2007 Free Software Foundation + * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2007, 2008 Free Software Foundation * * Author: Nikos Mavrogiannopoulos * @@ -27,6 +27,7 @@ #include <stdio.h> #include <stdlib.h> #include <gcrypt.h> +#include "debug.h" #ifdef DEBUG |