From: Paul Eggert Date: Thu, 18 Dec 2014 22:32:06 +0000 (-0800) Subject: * gnutls.c: Include gnutls.h. X-Git-Tag: emacs-25.0.90~2635^2~24 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d9639a28cf54358b6ae9432226ced3a5b59cca7c;p=emacs.git * gnutls.c: Include gnutls.h. This to check syms_of_gnutls's API even when !HAVE_GNUTLS. --- diff --git a/src/ChangeLog b/src/ChangeLog index 3ec45063233..359dca97f48 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,7 @@ 2014-12-18 Paul Eggert + * gnutls.c: Include gnutls.h. + This to check syms_of_gnutls's API even when !HAVE_GNUTLS. * image.c (svg_load): Fix pointer signedness. 2014-12-18 Martin Rudalics diff --git a/src/gnutls.c b/src/gnutls.c index 1feb7e18221..bf9f1323546 100644 --- a/src/gnutls.c +++ b/src/gnutls.c @@ -22,6 +22,7 @@ along with GNU Emacs. If not, see . */ #include "lisp.h" #include "process.h" +#include "gnutls.h" #include "coding.h" #ifdef HAVE_GNUTLS