]> git.eshelyaron.com Git - emacs.git/commitdiff
* gnutls.c: Include gnutls.h.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 18 Dec 2014 22:32:06 +0000 (14:32 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 18 Dec 2014 22:32:38 +0000 (14:32 -0800)
This to check syms_of_gnutls's API even when !HAVE_GNUTLS.

src/ChangeLog
src/gnutls.c

index 3ec450632336ebc2fde8e85bba72a17bdcb4c20a..359dca97f482e9cb969075e0e684373999666576 100644 (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>
index 1feb7e182218bed06d11d822a0460ca05bf54a4d..bf9f132354695a76022e636278812d2a03e919e5 100644 (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