summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2006-03-08 15:08:16 +0000
committerSimon Josefsson <simon@josefsson.org>2006-03-08 15:08:16 +0000
commit6aa059d5410812a25b28c938ccabecf910659366 (patch)
tree1acb4764b0debd81c0cb6cadae4ca4febb84c70e
parent5bd15b48072048b5f9bee21e6164e779d31b47c4 (diff)
downloadgnutls-6aa059d5410812a25b28c938ccabecf910659366.tar.gz
Fix.
-rw-r--r--lib/x509/xml.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/x509/xml.c b/lib/x509/xml.c
index 58a2f33b62..300169a633 100644
--- a/lib/x509/xml.c
+++ b/lib/x509/xml.c
@@ -38,7 +38,8 @@
#include <gnutls_x509.h>
#include <x509.h>
#include <common.h>
-#include "libtasn1.h"
+#include <libtasn1.h>
+#include <libtasn1-dont.h>
static int _gnutls_x509_expand_extensions (ASN1_TYPE * rasn);