]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Need gnutls_algorithms.h for prototypes.
authorSimon Josefsson <simon@josefsson.org>
Wed, 19 Aug 2009 14:06:35 +0000 (16:06 +0200)
committerSimon Josefsson <simon@josefsson.org>
Wed, 19 Aug 2009 14:06:35 +0000 (16:06 +0200)
lib/gnutls_sig.c

index 3da00609f1b9911003182cd7c7bf73fcdf758607..0555f5edbe3f653139b094cbda64f9ab0bc28e97 100644 (file)
@@ -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>