aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fns.c b/src/fns.c
index 13d235965e2..4524ff9b268 100644
--- a/src/fns.c
+++ b/src/fns.c
@@ -37,7 +37,7 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */
37#include "puresize.h" 37#include "puresize.h"
38#include "gnutls.h" 38#include "gnutls.h"
39 39
40#ifdef WINDOWSNT 40#if defined WINDOWSNT && defined HAVE_GNUTLS3
41# define gnutls_rnd w32_gnutls_rnd 41# define gnutls_rnd w32_gnutls_rnd
42#endif 42#endif
43 43