* gnutls.c: Include gnutls.h.

This to check syms_of_gnutls's API even when !HAVE_GNUTLS.
This commit is contained in:
Paul Eggert 2014-12-18 14:32:06 -08:00
parent 87f9ec7afb
commit d9639a28cf
2 changed files with 3 additions and 0 deletions

View file

@ -1,5 +1,7 @@
2014-12-18 Paul Eggert <eggert@cs.ucla.edu>
* 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 <rudalics@gmx.at>

View file

@ -22,6 +22,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#include "lisp.h"
#include "process.h"
#include "gnutls.h"
#include "coding.h"
#ifdef HAVE_GNUTLS