summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-11-14 13:52:52 +0100
committerSimon Josefsson <simon@josefsson.org>2008-11-14 13:52:52 +0100
commiteeb5e872167ac5fa43247a126eee6c1f1f299b42 (patch)
treeb2ead45037db452a600020796223bbcd86a4bd6e
parent0f57d3624c5b2b7239154b3d2c7d080e8d29c91b (diff)
downloadgnutls-eeb5e872167ac5fa43247a126eee6c1f1f299b42.tar.gz
Include gnutls/extra.h at the right places.
-rw-r--r--lib/gnutls_int.h1
-rw-r--r--libextra/ext_inner_application.c1
-rw-r--r--libextra/gnutls_ia.c1
3 files changed, 2 insertions, 1 deletions
diff --git a/lib/gnutls_int.h b/lib/gnutls_int.h
index cc7a3256a1..489cf11e38 100644
--- a/lib/gnutls_int.h
+++ b/lib/gnutls_int.h
@@ -57,7 +57,6 @@ typedef struct
} uint64;
#include <gnutls/gnutls.h>
-#include <gnutls/extra.h>
/*
* They are not needed any more. You can simply enable
diff --git a/libextra/ext_inner_application.c b/libextra/ext_inner_application.c
index 6971fc9fc6..487b02497c 100644
--- a/libextra/ext_inner_application.c
+++ b/libextra/ext_inner_application.c
@@ -26,6 +26,7 @@
#include "gnutls_errors.h"
#include "gnutls_num.h"
#include "ext_inner_application.h"
+#include <gnutls/extra.h>
#define NO 0
#define YES 1
diff --git a/libextra/gnutls_ia.c b/libextra/gnutls_ia.c
index 03403b9617..cbc1c63640 100644
--- a/libextra/gnutls_ia.c
+++ b/libextra/gnutls_ia.c
@@ -24,6 +24,7 @@
#include "gnutls_errors.h"
#include "gnutls_num.h"
#include "gnutls_state.h"
+#include <gnutls/extra.h>
#define CHECKSUM_SIZE 12