summaryrefslogtreecommitdiff
path: root/lib/debug.c
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-08-28 17:26:44 +0200
committerSimon Josefsson <simon@josefsson.org>2008-08-28 17:26:44 +0200
commit0d538af03deb419020897d18741a1038552e07ca (patch)
tree27e2e50ce3ab28492de6f0d1f25095dcc13d2e01 /lib/debug.c
parentb251146cb5b24daa964da3ca2541b0077b2c167e (diff)
downloadgnutls-0d538af03deb419020897d18741a1038552e07ca.tar.gz
Fix warnings.
Diffstat (limited to 'lib/debug.c')
-rw-r--r--lib/debug.c3
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