summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2006-03-08 14:20:20 +0000
committerSimon Josefsson <simon@josefsson.org>2006-03-08 14:20:20 +0000
commit6b4e86bbbad247232ba96dd594c135df069700e7 (patch)
tree76dbd6ae8c50a7586c28f93cf5af6d8c6cc8b5a5
parentef64da9121de8031149c8d2c8f5dc84d7b193ce6 (diff)
downloadgnutls-6b4e86bbbad247232ba96dd594c135df069700e7.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 d6374bff5c..f639fe34da 100644
--- a/lib/x509/xml.c
+++ b/lib/x509/xml.c
@@ -27,9 +27,10 @@
* to XML format.
*/
+#include <gnutls_int.h>
+
#ifdef ENABLE_PKI
-#include <gnutls_int.h>
#include <gnutls_datum.h>
#include <gnutls_global.h>
#include <gnutls_errors.h>