summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2009-08-19 16:06:35 +0200
committerSimon Josefsson <simon@josefsson.org>2009-08-19 16:06:35 +0200
commit170808437fbc13d666447104ef3dabba49165349 (patch)
treef3437a7b421158ccde76dc2b5dfcb281c53ab432
parentc3a12245fd0da7eddb06d07ba806f800a066b497 (diff)
downloadgnutls-170808437fbc13d666447104ef3dabba49165349.tar.gz
Need gnutls_algorithms.h for prototypes.
-rw-r--r--lib/gnutls_sig.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/gnutls_sig.c b/lib/gnutls_sig.c
index 3da00609f1..0555f5edbe 100644
--- a/lib/gnutls_sig.c
+++ b/lib/gnutls_sig.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2001, 2004, 2005, 2006, 2007, 2008 Free Software Foundation
+ * Copyright (C) 2001, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation
*
* Author: Nikos Mavrogiannopoulos
*
@@ -26,6 +26,7 @@
#include <gnutls_errors.h>
#include <x509_b64.h>
#include <auth_cert.h>
+#include <gnutls_algorithms.h>
#include <gnutls_cert.h>
#include <gnutls_datum.h>
#include <gnutls_mpi.h>