* gnutls.c: Include gnutls.h.
This to check syms_of_gnutls's API even when !HAVE_GNUTLS.
This commit is contained in:
parent
87f9ec7afb
commit
d9639a28cf
2 changed files with 3 additions and 0 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue