summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2007-08-21 15:38:12 +0000
committerjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2007-08-21 15:38:12 +0000
commit60191ccadbe47633bf428ea46dcf70b3fe160bc3 (patch)
tree1a0ae941a4480c478eb83bcfc98caec0b3945559
parent0d9deff4126afc7f367e9bd00de117a5b02c6923 (diff)
downloadneon-60191ccadbe47633bf428ea46dcf70b3fe160bc3.tar.gz
* src/ne_gnutls.c [HAVE_ICONV && HAVE_GNUTLS_X509_DN_GET_RDN_AVA]:
Include errno.h, fix build. git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1225 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
-rw-r--r--src/ne_gnutls.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ne_gnutls.c b/src/ne_gnutls.c
index 5b47c12..5262039 100644
--- a/src/ne_gnutls.c
+++ b/src/ne_gnutls.c
@@ -33,6 +33,7 @@
#include <stdio.h>
#include <unistd.h>
#include <stdlib.h>
+#include <errno.h>
#include <gnutls/gnutls.h>
#include <gnutls/pkcs12.h>