blob: 2820afae79facb4026510c4f037c0b10191350b7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ag,v 1.7 2012/07/02 19:07:50 drochner Exp $
--- src/common/ssl.c.orig 2012-03-31 15:29:18.000000000 +0000
+++ src/common/ssl.c
@@ -29,6 +29,7 @@
#include <glib/gi18n.h>
#include <errno.h>
#include <pthread.h>
+#include <gnutls/gnutls.h>
#if GNUTLS_VERSION_NUMBER <= 0x020b00
#include <gcrypt.h>
|