projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87f9ec7
)
* gnutls.c: Include gnutls.h.
author
Paul Eggert
<eggert@cs.ucla.edu>
Thu, 18 Dec 2014 22:32:06 +0000
(14:32 -0800)
committer
Paul 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
patch
|
blob
|
history
src/gnutls.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 3ec450632336ebc2fde8e85bba72a17bdcb4c20a..359dca97f482e9cb969075e0e684373999666576 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-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>
diff --git
a/src/gnutls.c
b/src/gnutls.c
index 1feb7e182218bed06d11d822a0460ca05bf54a4d..bf9f132354695a76022e636278812d2a03e919e5 100644
(file)
--- a/
src/gnutls.c
+++ b/
src/gnutls.c
@@
-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