From: Simon Josefsson Date: Wed, 19 Aug 2009 14:06:35 +0000 (+0200) Subject: Need gnutls_algorithms.h for prototypes. X-Git-Tag: gnutls_2_9_3~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=170808437fbc13d666447104ef3dabba49165349;p=thirdparty%2Fgnutls.git Need gnutls_algorithms.h for prototypes. --- 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 #include #include +#include #include #include #include